* src/engine/test/test-querynew.c -- add a warning message about

known CRITICAL messages, which are safe to ignore..


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7336 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins
2002-10-18 00:32:50 +00:00
parent 5c5673d32d
commit 889e5fd5d3
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -26,6 +26,9 @@
via the RECONCILED_MATCH_TYPE string
* src/engine/Transaction.h -- add RECONCILED_MATCH_TYPE string
* hook into the Find Transactions window (fixes bug #95634)
* src/engine/test/test-querynew.c -- add a warning message about
known CRITICAL messages, which are safe to ignore..
2002-10-16 Joshua Sled <jsled@asynchronous.org>
+3
View File
@@ -34,6 +34,9 @@ static void test_query_object (void)
{ NULL },
};
fprintf (stderr, "\tTesting the QueryObject interface. \n"
"\tYou may see some \"** CRITICAL **\" messages, which you can safely ignore\n");
gncQueryObjectRegister (TEST_MODULE_NAME, (QuerySort)test_sort, params);
do_test (gncQueryObjectGetParameter (TEST_MODULE_NAME, TEST_PARAM)