diff options
Diffstat (limited to 'tests/testparse.h')
-rw-r--r-- | tests/testparse.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testparse.h b/tests/testparse.h index 937902b18..dc2065560 100644 --- a/tests/testparse.h +++ b/tests/testparse.h @@ -32,6 +32,8 @@ private slots: void exportUDDF(); void testExport(); + void parseDL7(); + private: sqlite3 *_sqlite3_handle = NULL; }; |