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

SF.net SVN: ledger-smb:[2445] trunk/t



Revision: 2445
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2445&view=rev
Author:   einhverfr
Date:     2009-02-04 20:15:34 +0000 (Wed, 04 Feb 2009)

Log Message:
-----------
Minor test improvements

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

Modified: trunk/t/01-load.t
===================================================================
--- trunk/t/01-load.t	2009-02-04 20:13:39 UTC (rev 2444)
+++ trunk/t/01-load.t	2009-02-04 20:15:34 UTC (rev 2445)
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-use Test::More tests => 34;
+use Test::More tests => 35;
 
 use_ok('LedgerSMB');
 use_ok('LedgerSMB::AA');
@@ -28,6 +28,7 @@
 use_ok('LedgerSMB::RC');
 use_ok('LedgerSMB::RP');
 use_ok('LedgerSMB::Auth');
+use_ok('LedgerSMB::DBObject::Reconciliation');
 use_ok('LedgerSMB::Sysconfig');
 use_ok('LedgerSMB::Tax');
 use_ok('LedgerSMB::Template');

Modified: trunk/t/43-dbtest.t
===================================================================
--- trunk/t/43-dbtest.t	2009-02-04 20:13:39 UTC (rev 2444)
+++ trunk/t/43-dbtest.t	2009-02-04 20:15:34 UTC (rev 2445)
@@ -5,7 +5,7 @@
 	plan skip_all => 'Skipping all.  Told not to test db.';
 }
 else {
-	plan tests => 56;
+	plan tests => 57;
 	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.