Testing: Some very minor formatting changes in utest-Split.c comments.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22130 57a11ea4-9604-0410-9ed3-97b8803252fd
pull/1/head
John Ralls 14 years ago
parent 3af935d7d2
commit dd5e532cdf

@ -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.
*/
@ -1614,13 +1614,9 @@ test_xaccSplitGetSharePrice (Fixture *fixture, gconstpointer pData)
g_log_set_default_handler (oldhandler, NULL);
}
/* xaccSplitGetType
const char *
xaccSplitGetType(const Split *s)// C: 4 in 2
xaccSplitMakeStockSplit
void
xaccSplitMakeStockSplit(Split *s)// C: 1
*/
/* xaccSplitGetType // C: 4 in 2
* xaccSplitMakeStockSplit // C: 1
*/
static void
test_xaccSplitMakeStockSplit (Fixture *fixture, gconstpointer pData)
{

Loading…
Cancel
Save