gnucash master: Fix commodity namespace tests
Geert Janssens
gjanssens at code.gnucash.org
Wed Jun 21 04:12:00 EDT 2017
Updated via https://github.com/Gnucash/gnucash/commit/823b41d6 (commit)
from https://github.com/Gnucash/gnucash/commit/f3eeda3a (commit)
commit 823b41d6297be7511fb42b926ad3171ec9dc23d8
Author: Geert Janssens <geert at kobaltwit.be>
Date: Wed Jun 21 10:11:54 2017 +0200
Fix commodity namespace tests
While new files will use CURRENCY to indicate a commodity is a currency,
older files (including our ancient test files) are still using
ISO4217. So we need to expect both values in the xml file tests.
This is different from file loading (which will automatically map
ISO4217 to CURRENCY) and file saving (which will from now on always
write CURRENCY).
Summary of changes:
src/backend/xml/test/test-xml-commodity.cpp | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
More information about the gnucash-patches
mailing list