You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/libgnucash/backend/xml/test
luz paz 8adedc2248
Fix various typos
4 years ago
..
test-files Fix various typos 4 years ago
CMakeLists.txt [QofLog] Replace hashtable with tree of vectors. 6 years ago
README
grab-types.pl
test-dom-converters1.cpp Move glib and gtk includes out of extern C for tests. 5 years ago
test-dom-parser1-1.xml
test-dom-parser1.cpp Move glib and gtk includes out of extern C for tests. 5 years ago
test-file-stuff.cpp Move glib and gtk includes out of extern C for tests. 5 years ago
test-file-stuff.h Move glib and gtk includes out of extern C for tests. 5 years ago
test-kvp-frames.cpp Kvp no longer parses entries looking for delimiters 8 years ago
test-load-backend.cpp Prevent gcc from searching config.h in the current directory 9 years ago
test-load-example-account.cpp Move glib and gtk includes out of extern C for tests. 5 years ago
test-load-xml2.cpp Merge Simon Arlott's 'commit-root-on-load' into maint. 5 years ago
test-real-data.sh Remove the .in extension from test-real-data.sh and stop configuring it for autotools 8 years ago
test-save-in-lang.cpp Move glib and gtk includes out of extern C for tests. 5 years ago
test-string-converters.cpp kvp frame to template and correcting failure macro 8 years ago
test-xml-account.cpp Move glib and gtk includes out of extern C for tests. 5 years ago
test-xml-commodity.cpp Move glib and gtk includes out of extern C for tests. 5 years ago
test-xml-pricedb.cpp Bug 798237 - Logging during XML file loading degrades performance... 5 years ago
test-xml-transaction.cpp Move glib and gtk includes out of extern C for tests. 5 years ago
test-xml2-is-file.cpp Finish the glib 2.67 fixes for CI tests. 5 years ago

README

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