summaryrefslogtreecommitdiffstats
path: root/tests/testpicture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testpicture.cpp')
-rw-r--r--tests/testpicture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testpicture.cpp b/tests/testpicture.cpp
index b5c6ae22a..c8215a09e 100644
--- a/tests/testpicture.cpp
+++ b/tests/testpicture.cpp
@@ -26,7 +26,7 @@ void TestPicture::addPicture()
struct picture *pic1, *pic2;
verbose = 1;
- QCOMPARE(parse_file(SUBSURFACE_TEST_DATA "/dives/test44.xml", &dive_table, &trip_table, &dive_site_table), 0);
+ QCOMPARE(parse_file(SUBSURFACE_TEST_DATA "/dives/test44.xml", &dive_table, &trip_table, &dive_site_table, &filter_preset_table), 0);
dive = get_dive(0);
// Pictures will be added to selected dives
dive->selected = true;