* src/engine/test/test-scm-query-import.scm: add a warning message

about potential "error" output which can be ignored.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7794 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2003-01-07 04:21:18 +00:00
parent db4d8f7a2f
commit dd4e209a38
2 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,9 @@
* macros/Makefile.am: include the rest of the macros in the dist.
* src/engine/test/test-scm-query-import.scm: add a warning message
about potential "error" output which can be ignored.
2003-01-05 Chris Lyttle <chris@wilddev.net>
* configure.in: release 1.7.7

View File

@ -7,6 +7,10 @@
(gnc:module-system-init)
(gnc:module-load "gnucash/engine" 0)
(display "\tTesting the Query Import interface... \n")
(display "\tYou may see \"Error: xaccQueryAddGUIDMatch: Invalid match type\".\n")
(display "\tThese messages are normal, and you can safely ignore them.\n\n")
(let* ((session (gnc:session-new))
(book (gnc:session-get-book session))
(failures #f))