* src/engine/test/Makefile.am: disable the test-scm-query-import

test, since it breaks on guile-1.6 (which does mean that
	  importing into a guile-1.6-based system will fail, but so much
	  else fails when upgrading from 1.6 to 1.8 that it really doesn't
	  matter.  Users will have to reset their reports anyways.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8254 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2003-04-29 13:57:54 +00:00
parent 2fc7cc7372
commit 937ec37a9b
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,11 @@
2003-04-29 Derek Atkins <derek@ihtfp.com>
* src/engine/test/Makefile.am: disable the test-scm-query-import
test, since it breaks on guile-1.6 (which does mean that
importing into a guile-1.6-based system will fail, but so much
else fails when upgrading from 1.6 to 1.8 that it really doesn't
matter. Users will have to reset their reports anyways.
2003-04-28 David Hampton <hampton@employees.org>
* src/engine/iso-4217-currencies.scm: Remove two duplicate
commodities. The newer name for these commodities was retained.

View File

@ -33,8 +33,7 @@ TESTS = \
test-split-vs-account \
test-transaction-voiding \
test-freq-spec \
test-scm-query \
test-scm-query-import
test-scm-query
GNC_TEST_DEPS := \
--gnc-module-dir ${top_builddir}/src/gnc-module \