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
Christopher Lam 455ea3e71a
[backend/xml] dom_tree_to_text returns std::optional<std::string>
3 months ago
..
test-files [gtest-load-and-test-datafile.cpp] add example .gnucash to test contents 8 months ago
CMakeLists.txt [gtest-load-and-test-datafile.cpp] add example .gnucash to test contents 8 months ago
README Test loading and saving XML files with and without compression 3 years ago
grab-types.pl
gtest-load-save-files.cpp [Tests] Fix filepath handling and temp directory location on Win32 builds. 6 months ago
gtest-xml-contents.cpp [Tests] Fix filepath handling and temp directory location on Win32 builds. 6 months ago
test-dom-converters1.cpp [backend/xml] dom_tree_to_text returns std::optional<std::string> 3 months ago
test-dom-parser1-1.xml
test-dom-parser1.cpp Don't use extern "C" around #includes 3 years ago
test-file-stuff.cpp [backend/xml] dom_tree_to_text returns std::optional<std::string> 3 months ago
test-file-stuff.h Don't use extern "C" around #includes 3 years ago
test-kvp-frames.cpp Remove some unused variables with obviously no side effects 3 years ago
test-load-backend.cpp Use internal extern "C" { ... } for C++ 3 years ago
test-load-example-account.cpp Use internal extern "C" { ... } for C++ 3 years ago
test-load-xml2.cpp [Tests] Fix filepath handling and temp directory location on Win32 builds. 6 months 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 Don't use extern "C" around #includes 3 years ago
test-string-converters.cpp [backend/xml] dom_tree_to_text returns std::optional<std::string> 3 months ago
test-xml-account.cpp [backend/xml] dom_tree_to_text returns std::optional<std::string> 3 months ago
test-xml-commodity.cpp [backend/xml] dom_tree_to_text returns std::optional<std::string> 3 months ago
test-xml-pricedb.cpp [test-xml-pricedb] free a sixtp parser 2 years ago
test-xml-transaction.cpp [backend/xml] dom_tree_to_text returns std::optional<std::string> 3 months ago
test-xml2-is-file.cpp Valgrind: fix "definitely lost/still reachable" memory in test - test-xml2-is-file 3 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-save-files.c: test loading and saving compressed and uncompressed files
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