Fix omitted "setup" argument to GNC_TEST_ADD insertion.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22120 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
John Ralls
2012-03-25 16:52:22 +00:00
parent 2d5eaa61c2
commit 2066c1d991

View File

@@ -185,7 +185,7 @@ NO_USAGE:
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;
}