[Rt-commit] r14193 - rtir/branches/2.3-TESTING/t

ruz at bestpractical.com ruz at bestpractical.com
Wed Jul 16 21:44:13 EDT 2008


Author: ruz
Date: Wed Jul 16 21:44:11 2008
New Revision: 14193

Modified:
   rtir/branches/2.3-TESTING/t/023-gnupg-on-incident.t

Log:
* some debug in tests

Modified: rtir/branches/2.3-TESTING/t/023-gnupg-on-incident.t
==============================================================================
--- rtir/branches/2.3-TESTING/t/023-gnupg-on-incident.t	(original)
+++ rtir/branches/2.3-TESTING/t/023-gnupg-on-incident.t	Wed Jul 16 21:44:11 2008
@@ -87,7 +87,8 @@
     $agent->content_like(qr/rt-recipient\@example\.com/) or diag $agent->content;
 
     my @mail = RT::Test->fetch_caught_mails;
-    ok !@mail, 'there are no outgoing emails';
+    ok !@mail, 'there are no outgoing emails'
+        or diag "Emails' have been sent: \n". join "\n\n", @mail;
 }
 
 diag 'import rt-recipient at example.com key and sign it';


More information about the Rt-commit mailing list