diff options
Diffstat (limited to 'tests/testparse.cpp')
-rw-r--r-- | tests/testparse.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testparse.cpp b/tests/testparse.cpp index 360169947..fea2f441e 100644 --- a/tests/testparse.cpp +++ b/tests/testparse.cpp @@ -488,12 +488,12 @@ void TestParse::exportUDDF() { parse_file(SUBSURFACE_TEST_DATA "/dives/test40.xml"); - export_dives_xslt("testuddfexport.uddf", 0, 0, "uddf-export.xslt"); + export_dives_xslt("testuddfexport.uddf", 0, 1, "uddf-export.xslt"); clear_dive_file_data(); parse_file("testuddfexport.uddf"); - export_dives_xslt("testuddfexport2.uddf", 0, 0, "uddf-export.xslt"); + export_dives_xslt("testuddfexport2.uddf", 0, 1, "uddf-export.xslt"); FILE_COMPARE("testuddfexport.uddf", "testuddfexport2.uddf"); |