[Rt-commit] r10124 - rt/branches/3.7-EXPERIMENTAL/t/web
ruz at bestpractical.com
ruz at bestpractical.com
Tue Dec 25 18:34:13 EST 2007
Author: ruz
Date: Tue Dec 25 18:34:12 2007
New Revision: 10124
Modified:
rt/branches/3.7-EXPERIMENTAL/t/web/command_line.t
Log:
* fix number of tests
Modified: rt/branches/3.7-EXPERIMENTAL/t/web/command_line.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/t/web/command_line.t (original)
+++ rt/branches/3.7-EXPERIMENTAL/t/web/command_line.t Tue Dec 25 18:34:12 2007
@@ -3,7 +3,7 @@
use strict;
use Test::Expect;
#use Test::More qw/no_plan/;
-use Test::More tests => 218;
+use Test::More tests => 219;
use RT::Test;
my ($baseurl, $m) = RT::Test->started_ok;
More information about the Rt-commit
mailing list