summaryrefslogtreecommitdiffstats
path: root/tests/testprofile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testprofile.cpp')
-rw-r--r--tests/testprofile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testprofile.cpp b/tests/testprofile.cpp
index 9b4386ddf..22edb24de 100644
--- a/tests/testprofile.cpp
+++ b/tests/testprofile.cpp
@@ -15,7 +15,7 @@
void TestProfile::testProfileExport()
{
- parse_file("../dives/abitofeverything.ssrf", &dive_table, &trip_table, &dive_site_table);
+ parse_file("../dives/abitofeverything.ssrf", &dive_table, &trip_table, &dive_site_table, &filter_preset_table);
save_profiledata("exportprofile.csv", false);
QFile org("../dives/exportprofilereference.csv");
org.open(QFile::ReadOnly);