[Opensrf-commits] r2149 - trunk/src/perl/t (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Jan 25 22:31:49 EST 2011


Author: dbs
Date: 2011-01-25 22:31:47 -0500 (Tue, 25 Jan 2011)
New Revision: 2149

Modified:
   trunk/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: trunk/src/perl/t/07-Transport.t
===================================================================
--- trunk/src/perl/t/07-Transport.t	2011-01-25 18:15:22 UTC (rev 2148)
+++ trunk/src/perl/t/07-Transport.t	2011-01-26 03:31:47 UTC (rev 2149)
@@ -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