[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[2754] trunk/sql/modules/test/Company.sql
- Subject: SF.net SVN: ledger-smb:[2754] trunk/sql/modules/test/Company.sql
- From: ..hidden..
- Date: Tue, 18 Aug 2009 16:19:45 +0000
Revision: 2754
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2754&view=rev
Author: einhverfr
Date: 2009-08-18 16:19:45 +0000 (Tue, 18 Aug 2009)
Log Message:
-----------
Fixing test cases
Modified Paths:
--------------
trunk/sql/modules/test/Company.sql
Modified: trunk/sql/modules/test/Company.sql
===================================================================
--- trunk/sql/modules/test/Company.sql 2009-08-17 16:16:40 UTC (rev 2753)
+++ trunk/sql/modules/test/Company.sql 2009-08-18 16:19:45 UTC (rev 2754)
@@ -11,7 +11,7 @@
SELECT 'Saving Credit Acct',
entity_credit_save( NULL , 1, currval('entity_id_seq')::int, 'TEST', 0, false,
0, 0, 0, 'test-123', NULL, NULL, NULL, 'USD', now()::date, now()::date,
- 0, -1000, NULL, NULL)
+ 0, -1000, NULL, NULL, NULL)
IS NOT NULL;
INSERT INTO test_result (test_name, success)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.