Skip to content

Commit 8f4ac01

Browse files
committed
fix and more ref updates
1 parent 72c6474 commit 8f4ac01

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

test/src/html_output_test.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ TEST_P(HtmlOutputTests, html_meta) {
5656
GTEST_SKIP();
5757
}
5858

59-
// TODO fix
59+
// TODO fix pdf implementation
6060
if ((engine == DecoderEngine::odr) &&
6161
(test_file.type == FileType::portable_document_format) &&
6262
(test_repo != "odr-public")) {
@@ -71,6 +71,8 @@ TEST_P(HtmlOutputTests, html_meta) {
7171

7272
FileMeta file_meta = file.file_meta();
7373

74+
fs::create_directories(output_path);
75+
7476
{
7577
const std::string meta_output = output_path + "/meta.json";
7678
const nlohmann::json json =
@@ -125,8 +127,6 @@ TEST_P(HtmlOutputTests, html_meta) {
125127
EXPECT_EQ(test_file.type, document_file.file_type());
126128
}
127129

128-
fs::create_directories(output_path);
129-
130130
const std::string resource_path = common::Path(output_path_prefix)
131131
.parent()
132132
.join(Path("resources"))

0 commit comments

Comments
 (0)