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

SF.net SVN: ledger-smb:[3631] trunk/t/01-load.t



Revision: 3631
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3631&view=rev
Author:   einhverfr
Date:     2011-08-04 18:06:38 +0000 (Thu, 04 Aug 2011)

Log Message:
-----------
Correcting failure for removed Report.pm

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

Modified: trunk/t/01-load.t
===================================================================
--- trunk/t/01-load.t	2011-08-04 17:58:53 UTC (rev 3630)
+++ trunk/t/01-load.t	2011-08-04 18:06:38 UTC (rev 3631)
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-use Test::More tests => 56;
+use Test::More tests => 55;
 
 use_ok('LedgerSMB');
 use_ok('LedgerSMB::AA');
@@ -24,7 +24,6 @@
 use_ok('LedgerSMB::DBObject::Menu');
 use_ok('LedgerSMB::DBObject::Payment');
 use_ok('LedgerSMB::DBObject::Reconciliation');
-use_ok('LedgerSMB::DBObject::Report');
 use_ok('LedgerSMB::DBObject::TaxForm');
 use_ok('LedgerSMB::DBObject::User');
 use_ok('LedgerSMB::DBObject::Vendor');


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