r22120 - gnucash/trunk/test-templates - Fix omitted "setup" argument to GNC_TEST_ADD insertion.
John Ralls
jralls at code.gnucash.org
Sun Mar 25 12:52:22 EDT 2012
Author: jralls
Date: 2012-03-25 12:52:22 -0400 (Sun, 25 Mar 2012)
New Revision: 22120
Trac: http://svn.gnucash.org/trac/changeset/22120
Modified:
gnucash/trunk/test-templates/make-testfile
Log:
Fix omitted "setup" argument to GNC_TEST_ADD insertion.
Modified: gnucash/trunk/test-templates/make-testfile
===================================================================
--- gnucash/trunk/test-templates/make-testfile 2012-03-25 14:51:36 UTC (rev 22119)
+++ gnucash/trunk/test-templates/make-testfile 2012-03-25 16:52:22 UTC (rev 22120)
@@ -185,7 +185,7 @@
print OUTFH "test_$c_name (Fixture *fixture, gconstpointer pData)\n";
print OUTFH "{\n";
print OUTFH "}*/\n";
- return "// GNC_TEST_ADD (suitename, \"$test_name\", Fixture, NULL, $test_func, teardown);";
+ return "// GNC_TEST_ADD (suitename, \"$test_name\", Fixture, NULL, setup, $test_func, teardown);";
}
return;
}
More information about the gnucash-changes
mailing list