r20938 - gnucash/trunk/src/test-core - Testing: Fixed test_reset_called() return type

John Ralls jralls at code.gnucash.org
Sun Jul 17 17:22:11 EDT 2011


Author: jralls
Date: 2011-07-17 17:22:11 -0400 (Sun, 17 Jul 2011)
New Revision: 20938
Trac: http://svn.gnucash.org/trac/changeset/20938

Modified:
   gnucash/trunk/src/test-core/test-stuff.h
Log:
Testing: Fixed test_reset_called() return type

Author: Muslim Chochlov

Modified: gnucash/trunk/src/test-core/test-stuff.h
===================================================================
--- gnucash/trunk/src/test-core/test-stuff.h	2011-07-17 21:21:59 UTC (rev 20937)
+++ gnucash/trunk/src/test-core/test-stuff.h	2011-07-17 21:22:11 UTC (rev 20938)
@@ -120,7 +120,7 @@
  * Destructively tests (meaning that it resets called to FALSE) and
  * returns the value of called.
  */
-const test_reset_called( void );
+const gboolean test_reset_called( void );
 
 /**
  * Set the test data pointer with the what you expect your mock to be



More information about the gnucash-changes mailing list