Fix minor compiler errors of r22127.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22129 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2012-04-01 19:51:06 +00:00
parent ec7b02ab5b
commit 3af935d7d2
2 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@
extern void test_suite_account();
extern void test_suite_gncInvoice();
//extern void test_suite_transaction();
//extern void test_suite_split();
extern void test_suite_split();
int
main (int argc,

View File

@ -482,8 +482,8 @@ test_xaccSplitEqual (Fixture *fixture, gconstpointer pData)
g_free (msg03);
}
/* xaccSplitGetAccount
/* xaccSplitSetAccount
/* commit_err
xaccSplitSetAccount
commit_err
static void commit_err (QofInstance *inst, QofBackendError errcode)
Used as a callback in xaccSplitCommitEdit; it will get tested there via intercepting the warning and testing the signal.
*/
@ -1617,7 +1617,7 @@ test_xaccSplitGetSharePrice (Fixture *fixture, gconstpointer pData)
/* xaccSplitGetType
const char *
xaccSplitGetType(const Split *s)// C: 4 in 2
/* xaccSplitMakeStockSplit
xaccSplitMakeStockSplit
void
xaccSplitMakeStockSplit(Split *s)// C: 1
*/