diff options
Diffstat (limited to 'tests/testprofile.cpp')
-rw-r--r-- | tests/testprofile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testprofile.cpp b/tests/testprofile.cpp index ce7702b3e..48483f9ff 100644 --- a/tests/testprofile.cpp +++ b/tests/testprofile.cpp @@ -4,7 +4,7 @@ void TestProfile::testRedCeiling() { - parse_file("../dives/deep.xml", &dive_table); + parse_file("../dives/deep.xml", &dive_table, &trip_table); } QTEST_GUILESS_MAIN(TestProfile) |