mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-08-25 20:58:03 -05:00
* 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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user