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 1a63efa56..ce7702b3e 100644
--- a/tests/testprofile.cpp
+++ b/tests/testprofile.cpp
@@ -4,7 +4,7 @@
void TestProfile::testRedCeiling()
{
- parse_file("../dives/deep.xml");
+ parse_file("../dives/deep.xml", &dive_table);
}
QTEST_GUILESS_MAIN(TestProfile)