gnucash/libgnucash/backend/xml/test
lmat f77369bb96 Removing timspec from some xml parsing
And several other sprawling references that are connected in one
way or another.
2018-01-08 13:01:29 +11:00
..
test-files Restructure the src directory 2017-08-10 18:45:00 +02:00
CMakeLists.txt Move accounts, checks and pixmaps into a data directory 2017-08-11 22:42:15 +02:00
grab-types.pl Restructure the src directory 2017-08-10 18:45:00 +02:00
Makefile.am Rename directory for code from external projects 2017-08-17 15:25:49 +02:00
README Restructure the src directory 2017-08-10 18:45:00 +02:00
test-date-converting.cpp Removing timspec from some xml parsing 2018-01-08 13:01:29 +11:00
test-dom-converters1.cpp Removing timspec from some xml parsing 2018-01-08 13:01:29 +11:00
test-dom-parser1-1.xml Restructure the src directory 2017-08-10 18:45:00 +02:00
test-dom-parser1.cpp Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
test-file-stuff.cpp Removing timspec from some xml parsing 2018-01-08 13:01:29 +11:00
test-file-stuff.h Restructure the src directory 2017-08-10 18:45:00 +02:00
test-kvp-frames.cpp Kvp no longer parses entries looking for delimiters 2017-12-21 07:39:32 -05:00
test-load-backend.cpp Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
test-load-example-account.cpp kvp frame to template and correcting failure macro 2017-12-21 07:39:32 -05:00
test-load-xml2.cpp kvp frame to template and correcting failure macro 2017-12-21 07:39:32 -05:00
test-real-data.sh.in Restructure the src directory 2017-08-10 18:45:00 +02:00
test-save-in-lang.cpp kvp frame to template and correcting failure macro 2017-12-21 07:39:32 -05:00
test-string-converters.cpp kvp frame to template and correcting failure macro 2017-12-21 07:39:32 -05:00
test-xml2-is-file.cpp kvp frame to template and correcting failure macro 2017-12-21 07:39:32 -05:00
test-xml-account.cpp kvp frame to template and correcting failure macro 2017-12-21 07:39:32 -05:00
test-xml-commodity.cpp kvp frame to template and correcting failure macro 2017-12-21 07:39:32 -05:00
test-xml-pricedb.cpp kvp frame to template and correcting failure macro 2017-12-21 07:39:32 -05:00
test-xml-transaction.cpp kvp frame to template and correcting failure macro 2017-12-21 07:39:32 -05:00

These are tests of the file backend.

TESTS:
------

test-dom-converters1.c: test each simple dom converter
test-dom-parser1.c: unused now
test-kvp-frames.c: test the kvp frame dom generators and parsers
test-load-xml2.c: test the larger xml loading
test-save-in-lang.c: incomplete test to test saving in different LANGs
test-string-converters.c: test some string converters
test-xml-account.c: test xml v2 converters and parsers for Account's
test-xml-commodity.c: ditto gnc_commodity's
test-xml-transaction.c: ditto Transaction's
test-xml2-is-file.c: test the is_file function
test-real-data.sh: run the test-xml-{account,commodity,transaction} programs
                   on real data rather than random data