Let filename of downloaded raw sepa file honor valid date range.
Filename of download sepa data file does not honor valid range
bankdata databases does not contain a valid end date
Let filename of downloaded raw bankdata file honor valid date range.
Store valid end date in german bankdata database file
bankdata databases does not contain a valid end date
bankdata databases does not contain a valid end date
Filename of download german banks file does not honor valid range
bankdata databases does not contain a valid end date
Let ktoblzupdate be more verbose
Let ktoblzupdate be more verbose
ktoblzupdate: Print location where the database is saved
Let ktoblzupdate be more verbose
doxygen warns about ignoring unsupported tag
Fixed with bug 17
code beautifier does not find any files
uncrustify reported unsupported option "align_number_left=false"
src/lib/algorithms.cc is not utf-8 encoded
Could not fetch german bankdata file
test-python fails with actual data
doxygen warns about ignoring unsupported tag
Could not find sqlite development package with cmake 3.10
German bankdata files could not be downloaded
build system of ktoblzcheck fails to generate database for netherlands
Python 3.12 support - cdll.ktoblzcheck now raises AttributeError
Missing test bank database for testing methods
Building fails on generating target 'bankdata_db'
Python unit tests are broken when run with Python 3
ktoblzcheck is not able to find bank data files on Windows
In Linux, KtoBlzCheck 1.50 does not find bank data
KtoBlzCheck doesn't compile without Python support
KtoBlzCheck doesn't compile without Python support
ktoblzcheck library calls exit(), which is strongly discouraged
Release version 1.57
cmake: use cpack to create source package
cmake: remove unused code
Add generated data
Remove unused script
cmake: fix file path
cmake: remove obsolete code
Rename bankdata.py to germany.py to unify script naming
Add missing files
Moved from ktoblzcheck project
Release version 1.56
Fix warnings in doxygen config file
cmake: make finding present files more robust with multiple files
Update configuration file with doxygen version 1.11
Fix downloading of german bank data
Doxygen 1.11 complains about obsolete tags
German bankdata files could not be downloaded
German bankdata files could not be downloaded
Release version 1.55
Fix bug using broken python module xlrd
The reason is that that the used python module xlrd does not support reading xlsx files anymore as stated at https://pypi.org/project/xlrd/.
build system of ktoblzcheck fails to generate database for netherlands
Release version 1.54
Fix using python module with python 3.12
Thank you for reporting this problem. If you already have a solution to the problem, please open a merge request with a patch to fix the problem.
cmake: in macro add_method_tests ignore failing tests, which also should pass
I can confirm that the following account checks, which were failing before applying your patch: 20 - ktoblzcheck_method_pass_45_4890001112 (Failed) 25 - ktoblzcheck_method_pass_B1_1501824 (Failed) 26 - ktoblzcheck_method_pass_B1_1501832 (Failed) 27 - ktoblzcheck_method_pass_B1_539290858 (Failed) 28 - ktoblzcheck_method_pass_B1_7414398268 (Failed) 29 - ktoblzcheck_method_pass_B1_8347251699 (Failed) 45 - ktoblzcheck_method_pass_C2_0076543216 (Failed) 46 - ktoblzcheck_method_pass_C2_3456789012 (Failed)...
I can confirm that the following account checks, which were failing before applying your patch: 20 - ktoblzcheck_method_pass_45_4890001112 (Failed) 25 - ktoblzcheck_method_pass_B1_1501824 (Failed) 26 - ktoblzcheck_method_pass_B1_1501832 (Failed) 27 - ktoblzcheck_method_pass_B1_539290858 (Failed) 28 - ktoblzcheck_method_pass_B1_7414398268 (Failed) 29 - ktoblzcheck_method_pass_B1_8347251699 (Failed) 45 - ktoblzcheck_method_pass_C2_0076543216 (Failed) 46 - ktoblzcheck_method_pass_C2_3456789012 (Failed)...
Update methods 45, B1, and C2. Implement method E4.
Update method 45 for due-date 2018-06-04
Update method B1 for due-date 2017-06-05
Update method C2 for due-date 2017-09-04
Implement method E4 for due-date 2017-06-05
README.md: Add doc for cmake option ENABLE_METHOD_TESTS
cmake: add method 45 related tests for testing merge request #14
cmake: Add method B1 related tests for testing merge request #14
cmake: Add method C1 related tests for testing merge request #14
cmake: Add method E4 related tests for testing merge request #14
methods.c: Fix indention in entries specified for variable cb_funcs and cb_funcs_long
cmake: add macro add_method_tests
I suppose this could be automated if a bankdata file was created containing Please rebase your branch with master branch and force push to get an initial test database, which has been added recently.
Fixed with commit https://sourceforge.net/p/ktoblzcheck/code/ci/8524a895e1c750a7b882f90fa1d4a560cab8042a/
cmake: add support to generate a test database for testing methods
Missing test bank database for testing methods
Fixed with this commit.
cmake: adjust regular expression to fix getting the valid date
Building fails on generating target 'bankdata_db'
Did you run that from a build of the recent master branch ? I saved the mentioned lines into a file named bankdata.txt and did run $ cd ~/src/ktoblzcheck-build $ # run commands to build from source $ bin/ktoblzcheck --file=bankdata.txt 0000045 3545343232 ktoblzcheck: Warning: Specified bankdata file 'bankdata.txt' is not a SQLite database. and got the mentioned error message.
Did you run that from a build of the recent master branch ? I saved the mentioned lines into a file named bankdata.txt and did run $ cd ~/src/ktoblzcheck-build $ bin/ktoblzcheck --file=bankdata.txt 0000045 3545343232 ktoblzcheck: Warning: Specified bankdata file 'bankdata.txt' is not a SQLite database. and got the mentioned error message.
Hi Jason, Implemented thanks for your contribution and tested with test numbers Did you use one of the available command line tools and if so, can you post an example how to use ? I'm asking because that command line can be added to cmake build system for automatically testing, simply by running make check from the build dir. See src/bin/CMakeLists.txtfor examples.
Hi Jason, Implemented thanks for your contribution and tested with test numbers Did you use one of the available command line tools and if so, can you post an example how to use ? I'm asking because that command line can be added to cmake build system for automatically testing, simply by running make check from the build dir. See src/bin/CMakeLists.txt for examples.
Hi Jason, Implemented thanks for your contribution and tested with test numbers Did you use one of the available command line tools and if so, can you post an example how to use ? I'm asking because that command line can be added to cmake build system for automatically testing, simply by running make check from the build dir. See src/bin/CMakeLists.txt for examples.
Hi Jason, Implemented thanks for your contribution and tested with test numbers Did you use one of the available command line tools and if so, can you post an example how to use ? I'm asking because that command line can be added to cmake build system for automatically testing, see src/bin/CMakeLists.txt.
Hi Jason, Implemented thanks for your contribution and tested with test numbers Did you use one of the available command line tools and if can you post an example how to use ? I'm asking because that command line can be added to cmake build system for automatically testing, see src/bin/CMakeLists.txt.
Hi Jason, Implemented thanks for your contribution and tested with test numbers Did you use one of the available command line tools and if can you post an example how to use ? I'm asking because that command line can be added to cmake build system for automatically testing, see src/bin/CMakeLists.txt.
ktoblzupdate: use more descriptive name for update executable
Support for database updates from server
Adding support for updating local database files from a server
Home
Close bug by commit
Home
Auto close bugs
Git config
Git config
Could not find sqlite development package with cmake 3.10
The mentioned FindSQLite3.cmake package was introduced with cmake 3.14 (see https://github.com/Kitware/CMake/commit/fe40570608f43aade8f4262e9ca55d98a2b169fd)
cmake: increase the minimum cmake version to 3.14 because of the new sqlite3 dependency