diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-04 17:18:58 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-04 17:18:58 +0200 |
| commit | 83cbf0e4a142ab2c57fd4fdfc056517b7149828b (patch) | |
| tree | ad12636f5e01e8a70dcefcee01ee9f84f4f0edab /tests/peppol_write_tests.cpp | |
| parent | f9f1955748a3b369f0a015405af131c9b6e3285c (diff) | |
namespace administration reader + writer
Diffstat (limited to 'tests/peppol_write_tests.cpp')
| -rw-r--r-- | tests/peppol_write_tests.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/peppol_write_tests.cpp b/tests/peppol_write_tests.cpp index fb74ed7..fd137b5 100644 --- a/tests/peppol_write_tests.cpp +++ b/tests/peppol_write_tests.cpp @@ -4,7 +4,7 @@ ////////////////// TEST _peppol_write_nl2nl_b2b(void) { - administration_writer_create(); + administration_writer::create(); administration_create_default(test_file_path); invoice inv = administration_invoice_create_empty(); @@ -25,7 +25,7 @@ TEST _peppol_write_nl2nl_b2b(void) TEST _peppol_write_nl2nl_b2c(void) { - administration_writer_create(); + administration_writer::create(); administration_create_default(test_file_path); invoice inv = administration_invoice_create_empty(); |
