[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[3367] trunk/sql/modules/test/Draft.sql
- Subject: SF.net SVN: ledger-smb:[3367] trunk/sql/modules/test/Draft.sql
- From: ..hidden..
- Date: Tue, 28 Jun 2011 11:08:05 +0000
Revision: 3367
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3367&view=rev
Author: einhverfr
Date: 2011-06-28 11:08:05 +0000 (Tue, 28 Jun 2011)
Log Message:
-----------
Correcting test failures in Draft.sql
Modified Paths:
--------------
trunk/sql/modules/test/Draft.sql
Modified: trunk/sql/modules/test/Draft.sql
===================================================================
--- trunk/sql/modules/test/Draft.sql 2011-06-28 11:04:44 UTC (rev 3366)
+++ trunk/sql/modules/test/Draft.sql 2011-06-28 11:08:05 UTC (rev 3367)
@@ -7,8 +7,10 @@
VALUES (-1000, '_testv', 1, -1000, -1000);
INSERT INTO entity_credit_account (id, meta_number, entity_class, entity_id, ar_ap_account_id)
VALUES (-1001, '_testc', 2, -1000, -1000);
-SELECT account_save(NULL, '00001', 'test only', 'A', NULL, NULL, FALSE, '{}');
-SELECT account_save(NULL, '00002', 'test only', 'A', NULL, NULL, FALSE, '{}');
+SELECT account_save
+ (NULL, '00001', 'test only', 'A', NULL, NULL, FALSE, FALSE,'{}');
+SELECT account_save
+ (NULL, '00002', 'test only', 'A', NULL, NULL, FALSE, FALSE,'{}');
INSERT INTO ap (invnumber, entity_credit_account, amount, netamount, paid,
approved, curr)
select '_TEST AP', -1000, '100', '100', '0', FALSE, 'USD';
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.