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

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



Revision: 4812
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4812&view=rev
Author:   einhverfr
Date:     2012-05-31 10:06:11 +0000 (Thu, 31 May 2012)
Log Message:
-----------
Hooking COGS unit tests into test harnass

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

Modified: trunk/t/43-dbtest.t
===================================================================
--- trunk/t/43-dbtest.t	2012-05-31 10:04:24 UTC (rev 4811)
+++ trunk/t/43-dbtest.t	2012-05-31 10:06:11 UTC (rev 4812)
@@ -5,7 +5,7 @@
 	plan skip_all => 'Skipping all.  Told not to test db.';
 }
 else {
-	plan tests => 148;
+	plan tests => 242;
 	if (defined $ENV{LSMB_NEW_DB}){
 		$ENV{PGDATABASE} = $ENV{LSMB_NEW_DB};
 	}
@@ -15,7 +15,7 @@
 }
 
 my @testscripts = qw(Account Reconciliation Business_type Company Draft Payment 
-			Session Voucher System Taxform);
+			Session Voucher System Taxform COGS-FIFO);
 
 chdir 'sql/modules/test/';
 

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