mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* 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:
parent
db4d8f7a2f
commit
dd4e209a38
@ -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
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user