mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
It is split into - /libgnucash (for the non-gui bits) - /gnucash (for the gui) - /common (misc source files used by both) - /bindings (currently only holds python bindings) This is the first step in restructuring the code. It will need much more fine tuning later on.
19 lines
713 B
Plaintext
19 lines
713 B
Plaintext
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
|
|
|