gnucash master: Add some initial aqbanking test with example file that should demonstrate the hbci template kvp problem.

Christian Stimming cstim at code.gnucash.org
Fri Aug 29 17:35:09 EDT 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/5b653811 (commit)
	from  https://github.com/Gnucash/gnucash/commit/0871df56 (commit)



commit 5b653811f80385b76dc23f21c389ba5208aaa972
Author: Christian Stimming <christian at cstimming.de>
Date:   Fri Aug 29 23:32:40 2014 +0200

    Add some initial aqbanking test with example file that should demonstrate the hbci template kvp problem.
    
    Not yet working, though - the test, I mean.



Summary of changes:
 configure.ac                                       |  1 +
 src/import-export/aqb/Makefile.am                  |  2 +-
 src/import-export/aqb/test/Makefile.am             | 64 ++++++++++++++++
 .../aqb/test/file-book-hbcislot.gnucash            | 85 ++++++++++++++++++++++
 src/import-export/aqb/test/file-book.gnucash       | 39 ++++++++++
 .../import-export/aqb/test/test-aqb.c              | 30 ++++++--
 .../import-export/aqb/test/test-kvp.c              | 81 ++++++++++++++-------
 7 files changed, 268 insertions(+), 34 deletions(-)
 create mode 100644 src/import-export/aqb/test/Makefile.am
 create mode 100644 src/import-export/aqb/test/file-book-hbcislot.gnucash
 create mode 100644 src/import-export/aqb/test/file-book.gnucash
 copy test-templates/testmain.c => src/import-export/aqb/test/test-aqb.c (71%)
 copy test-templates/test-suite.c => src/import-export/aqb/test/test-kvp.c (65%)



More information about the gnucash-patches mailing list