~siretart/gnucash/ubuntu-fullsource

« back to all changes in this revision

Viewing changes to src/backend/file/test/README

  • Committer: Reinhard Tartler
  • Date: 2008-08-03 07:25:46 UTC
  • Revision ID: siretart@tauware.de-20080803072546-y6p8xda8zpfi62ys
import gnucash_2.2.4.orig.tar.gz

The original tarball had the md5sum: 27e660297dc5b8ce574515779d05a5a5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
These are tests of the file backend.
 
2
 
 
3
TESTS:
 
4
------
 
5
 
 
6
test-dom-converters1.c: test each simple dom converter
 
7
test-dom-parser1.c: unused now
 
8
test-kvp-frames.c: test the kvp frame dom generators and parsers
 
9
test-load-xml2.c: test the larger xml loading
 
10
test-save-in-lang.c: incomplete test to test saving in different LANGs
 
11
test-string-converters.c: test some string converters
 
12
test-xml-account.c: test xml v2 converters and parsers for Account's
 
13
test-xml-commodity.c: ditto gnc_commodity's
 
14
test-xml-transaction.c: ditto Transaction's
 
15
test-xml2-is-file.c: test the is_file function
 
16
test-real-data.sh: run the test-xml-{account,commodity,transaction} programs
 
17
                   on real data rather than random data
 
18