[Rt-commit] r8943 - in rt/branches/3.7-EXPERIMENTAL: .

sartak at bestpractical.com sartak at bestpractical.com
Wed Sep 5 17:15:10 EDT 2007


Author: sartak
Date: Wed Sep  5 17:15:09 2007
New Revision: 8943

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/t/mail/crypt-gnupg.t

Log:
 r40606 at onn:  sartak | 2007-09-05 17:14:59 -0400
 Get MIME::Parser to clean up after itself in a test script, to avoid creating msg-* and test.txt files


Modified: rt/branches/3.7-EXPERIMENTAL/t/mail/crypt-gnupg.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/t/mail/crypt-gnupg.t	(original)
+++ rt/branches/3.7-EXPERIMENTAL/t/mail/crypt-gnupg.t	Wed Sep  5 17:15:09 2007
@@ -305,5 +305,7 @@
     is( $status[0]->{'Operation'}, 'Verify', 'operation is correct');
     is( $status[0]->{'Status'}, 'DONE', 'good passphrase');
     is( $status[0]->{'Trust'}, 'ULTIMATE', 'have trust value');
+
+    $parser->filer->purge();
 }
 


More information about the Rt-commit mailing list