mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
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
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user