[Rt-commit] r6863 - rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/lib/t/regression

ruz at bestpractical.com ruz at bestpractical.com
Fri Jan 26 16:43:33 EST 2007


Author: ruz
Date: Fri Jan 26 16:43:33 2007
New Revision: 6863

Modified:
   rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/lib/t/regression/26command_line.t

Log:
* fix merge bug

Modified: rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/lib/t/regression/26command_line.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/lib/t/regression/26command_line.t	(original)
+++ rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/lib/t/regression/26command_line.t	Fri Jan 26 16:43:33 2007
@@ -3,7 +3,7 @@
 use strict;
 use Test::Expect;
 #use Test::More qw/no_plan/;
-use Test::More tests => 202;
+use Test::More tests => 148;
 
 use RT;
 RT::LoadConfig();
@@ -353,8 +353,6 @@
 }
 # }}}
 
-}
-
 # wrap up all the file handling stuff for attachment testing
 sub check_attachment {
     my $attachment_path = shift;
@@ -372,4 +370,6 @@
     close $fh;
     chomp $attachment_content;
     expect_is($attachment_content,"Attachment contains original text");
+}
+
 1;


More information about the Rt-commit mailing list