[Opensrf-commits] r2150 - branches/rel_2_0/src/perl/t (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Jan 25 22:34:48 EST 2011
Author: dbs
Date: 2011-01-25 22:34:46 -0500 (Tue, 25 Jan 2011)
New Revision: 2150
Modified:
branches/rel_2_0/src/perl/t/07-Transport.t
Log:
Set the correct number of expected tests so that we don't fail 100% of the time
I guess we haven't run "make test" here since r2024 - heh.
Modified: branches/rel_2_0/src/perl/t/07-Transport.t
===================================================================
--- branches/rel_2_0/src/perl/t/07-Transport.t 2011-01-26 03:31:47 UTC (rev 2149)
+++ branches/rel_2_0/src/perl/t/07-Transport.t 2011-01-26 03:34:46 UTC (rev 2150)
@@ -1,6 +1,6 @@
#!perl -T
-use Test::More tests => 10;
+use Test::More tests => 9;
BEGIN {
use_ok( 'OpenSRF::Transport' );
More information about the opensrf-commits
mailing list