gnucash/libgnucash/backend/xml/test
Geert Janssens f943ba61ae Rename directory for code from external projects
'lib' is also being used by the cmake build, so there was a
theoretical risk for file conflicts. The new name is 'borrowed'.
2017-08-17 15:25:49 +02: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 Restructure the src directory 2017-08-10 18:45:00 +02:00
test-dom-converters1.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
test-dom-parser1-1.xml Restructure the src directory 2017-08-10 18:45:00 +02:00
test-dom-parser1.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
test-file-stuff.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
test-file-stuff.h Restructure the src directory 2017-08-10 18:45:00 +02:00
test-kvp-frames.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
test-load-backend.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
test-load-example-account.cpp Cleanup some more obscure references to no longer existing 'src' directory 2017-08-11 22:44:50 +02:00
test-load-xml2.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
test-real-data.sh.in Restructure the src directory 2017-08-10 18:45:00 +02:00
test-save-in-lang.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
test-string-converters.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
test-xml2-is-file.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
test-xml-account.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
test-xml-commodity.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
test-xml-pricedb.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
test-xml-transaction.cpp Restructure the src directory 2017-08-10 18:45:00 +02: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