[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[3075] trunk/t/43-dbtest.t



Revision: 3075
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3075&view=rev
Author:   einhverfr
Date:     2010-09-30 22:09:45 +0000 (Thu, 30 Sep 2010)

Log Message:
-----------
Correcting test count

Modified Paths:
--------------
    trunk/t/43-dbtest.t

Modified: trunk/t/43-dbtest.t
===================================================================
--- trunk/t/43-dbtest.t	2010-09-30 21:30:16 UTC (rev 3074)
+++ trunk/t/43-dbtest.t	2010-09-30 22:09:45 UTC (rev 3075)
@@ -5,7 +5,7 @@
 	plan skip_all => 'Skipping all.  Told not to test db.';
 }
 else {
-	plan tests => 115;
+	plan tests => 116;
 	if (defined $ENV{LSMB_NEW_DB}){
 		$ENV{PGDATABASE} = $ENV{LSMB_NEW_DB};
 	}


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.