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

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



Revision: 2594
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2594&view=rev
Author:   einhverfr
Date:     2009-05-08 20:06:24 +0000 (Fri, 08 May 2009)

Log Message:
-----------
Committing test case fixes, part 2

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

Modified: trunk/t/43-dbtest.t
===================================================================
--- trunk/t/43-dbtest.t	2009-05-08 20:05:16 UTC (rev 2593)
+++ trunk/t/43-dbtest.t	2009-05-08 20:06:24 UTC (rev 2594)
@@ -5,7 +5,7 @@
 	plan skip_all => 'Skipping all.  Told not to test db.';
 }
 else {
-	plan tests => 90;
+	plan tests => 91;
 	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.