r22130 - gnucash/trunk/src/engine/test - Testing: Some very minor formatting changes in utest-Split.c comments.

John Ralls jralls at code.gnucash.org
Sun Apr 1 18:07:11 EDT 2012


Author: jralls
Date: 2012-04-01 18:07:10 -0400 (Sun, 01 Apr 2012)
New Revision: 22130
Trac: http://svn.gnucash.org/trac/changeset/22130

Modified:
   gnucash/trunk/src/engine/test/utest-Split.c
Log:
Testing: Some very minor formatting changes in utest-Split.c comments.

Modified: gnucash/trunk/src/engine/test/utest-Split.c
===================================================================
--- gnucash/trunk/src/engine/test/utest-Split.c	2012-04-01 19:51:06 UTC (rev 22129)
+++ gnucash/trunk/src/engine/test/utest-Split.c	2012-04-01 22:07:10 UTC (rev 22130)
@@ -482,8 +482,8 @@
     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 @@
     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)
 {



More information about the gnucash-changes mailing list