diff options
| author | Benoit Germain <benoit.germain@ubisoft.com> | 2025-04-14 16:11:27 +0200 |
|---|---|---|
| committer | Benoit Germain <benoit.germain@ubisoft.com> | 2025-04-14 16:11:27 +0200 |
| commit | a1a48bb240e9adbf69cb971a21a9c52fb4ee8719 (patch) | |
| tree | a95a4609635039ce5e638a09534358fb7b900150 /unit_tests/legacy_tests.cpp | |
| parent | 5e20107328f7adfedf314d3826997d2f47b7a7fe (diff) | |
| download | lanes-a1a48bb240e9adbf69cb971a21a9c52fb4ee8719.tar.gz lanes-a1a48bb240e9adbf69cb971a21a9c52fb4ee8719.tar.bz2 lanes-a1a48bb240e9adbf69cb971a21a9c52fb4ee8719.zip | |
Remove whitspaces from test names
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 |
