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

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



Revision: 2417
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2417&view=rev
Author:   einhverfr
Date:     2008-11-22 23:10:53 +0000 (Sat, 22 Nov 2008)

Log Message:
-----------
Correcting minor issue with db test scripts

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

Modified: trunk/t/43-dbtest.t
===================================================================
--- trunk/t/43-dbtest.t	2008-11-22 22:59:56 UTC (rev 2416)
+++ trunk/t/43-dbtest.t	2008-11-22 23:10:53 UTC (rev 2417)
@@ -5,7 +5,7 @@
 	plan skip_all => 'Skipping all.  Told not to test db.';
 }
 else {
-	plan tests => 51;
+	plan tests => 52;
 	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.