diff options
Diffstat (limited to 'unit_tests/legacy_tests.cpp')
-rw-r--r-- | unit_tests/legacy_tests.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unit_tests/legacy_tests.cpp b/unit_tests/legacy_tests.cpp index 7f2f31d..84581d2 100644 --- a/unit_tests/legacy_tests.cpp +++ b/unit_tests/legacy_tests.cpp | |||
@@ -11,7 +11,7 @@ | |||
11 | // so let's create a separate test case for each file with an ugly macro... | 11 | // so let's create a separate test case for each file with an ugly macro... |
12 | 12 | ||
13 | #define MAKE_TEST_CASE(FILE) \ | 13 | #define MAKE_TEST_CASE(FILE) \ |
14 | TEST_CASE("scripted tests.legacy." #FILE) \ | 14 | TEST_CASE("scripted_tests.legacy." #FILE) \ |
15 | { \ | 15 | { \ |
16 | FileRunner _runner(R"(.\tests\)"); \ | 16 | FileRunner _runner(R"(.\tests\)"); \ |
17 | _runner.performTest(FileRunnerParam{ #FILE, TestType::AssertNoLuaError }); \ | 17 | _runner.performTest(FileRunnerParam{ #FILE, TestType::AssertNoLuaError }); \ |
@@ -49,7 +49,7 @@ MAKE_TEST_CASE(tobeclosed) | |||
49 | MAKE_TEST_CASE(track_lanes) | 49 | MAKE_TEST_CASE(track_lanes) |
50 | 50 | ||
51 | /* | 51 | /* |
52 | TEST_CASE("lanes.legacy scripted tests") | 52 | TEST_CASE("lanes.legacy_scripted_tests") |
53 | { | 53 | { |
54 | auto const& _testParam = GENERATE( | 54 | auto const& _testParam = GENERATE( |
55 | FileRunnerParam{ "appendud", TestType::AssertNoLuaError } // 0 | 55 | FileRunnerParam{ "appendud", TestType::AssertNoLuaError } // 0 |