diff --git a/test/data.cmake b/test/data.cmake index 269673cd..6447624b 100644 --- a/test/data.cmake +++ b/test/data.cmake @@ -7,7 +7,7 @@ odr_test_data( PATH "input/odr-public" URL "https://github.com/opendocument-app/OpenDocument.test.git" - REVISION "42694a9ab07659ac1f9b937670385b6bc287455b") + REVISION "d7c093dffc987e8e5cf093ea7412371ce9d7363d") odr_test_data( PATH "input/odr-private" @@ -17,7 +17,7 @@ odr_test_data( odr_test_data( PATH "reference-output/odr-public" URL "https://github.com/opendocument-app/OpenDocument.test.output.git" - REVISION "2da5f0a3a246a0e0bc79fcee4c2f52afbc189fc4") + REVISION "e9aa12feb1601896f38ecbd04d7d84c31d805d26") odr_test_data( PATH "reference-output/odr-private" diff --git a/test/src/html_output_test.cpp b/test/src/html_output_test.cpp index 5859de7f..0411ef2f 100644 --- a/test/src/html_output_test.cpp +++ b/test/src/html_output_test.cpp @@ -112,10 +112,8 @@ TEST_P(HtmlOutputTests, html_meta) { EXPECT_EQ(test_file.type, file.file_type()); } - // TODO enable zip, csv, json - if (test_file.type == FileType::zip || - test_file.type == FileType::comma_separated_values || - test_file.type == FileType::javascript_object_notation) { + // TODO enable json + if (test_file.type == FileType::javascript_object_notation) { GTEST_SKIP(); }