[Rt-commit] r10122 - rt/branches/3.7-EXPERIMENTAL/t/mail

ruz at bestpractical.com ruz at bestpractical.com
Tue Dec 25 17:20:12 EST 2007


Author: ruz
Date: Tue Dec 25 17:20:12 2007
New Revision: 10122

Modified:
   rt/branches/3.7-EXPERIMENTAL/t/mail/mime_decoding.t

Log:
* fix number of test

Modified: rt/branches/3.7-EXPERIMENTAL/t/mail/mime_decoding.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/t/mail/mime_decoding.t	(original)
+++ rt/branches/3.7-EXPERIMENTAL/t/mail/mime_decoding.t	Tue Dec 25 17:20:12 2007
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 use strict;
 use warnings;
-use Test::More tests => 7;
+use Test::More tests => 6;
 use RT::Test nodata => 1;
 
 use_ok('RT::I18N');


More information about the Rt-commit mailing list