summaryrefslogtreecommitdiffstats
path: root/tests/testparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testparse.h')
-rw-r--r--tests/testparse.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/testparse.h b/tests/testparse.h
index ae76c0337..934c48dec 100644
--- a/tests/testparse.h
+++ b/tests/testparse.h
@@ -23,6 +23,10 @@ private slots:
void testParseDLD();
void testParseMerge();
+ int parseCSVmanual(int, std::string);
+ void exportCSVDiveDetails();
+ void testExport();
+
private:
sqlite3 *_sqlite3_handle = NULL;
};