diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 124c724093..c1062b44ec 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -167,11 +167,11 @@ if(WITH_PYTHON) TEST_FILES restarting/from_7.0.0/ConfigureTestRestart-1.txt restarting/from_7.0.0/ConfigureTestRestart-2.txt) add_fdb_test( - TEST_FILES restarting/CycleTestRestart-1.txt - restarting/CycleTestRestart-2.txt) + TEST_FILES restarting/from_5.0.0/CycleTestRestart-1.txt + restarting/from_5.0.0/CycleTestRestart-2.txt) add_fdb_test( - TEST_FILES restarting/StorefrontTestRestart-1.txt - restarting/StorefrontTestRestart-2.txt) + TEST_FILES restarting/from_5.0.0/StorefrontTestRestart-1.txt + restarting/from_5.0.0/StorefrontTestRestart-2.txt) add_fdb_test( TEST_FILES restarting/from_6.2.0/SnapTestAttrition-1.txt restarting/from_6.2.0/SnapTestAttrition-2.txt) diff --git a/tests/restarting/from_4.6.0/CycleTestRestart-1.txt b/tests/restarting/from_5.0.0/CycleTestRestart-1.txt similarity index 100% rename from tests/restarting/from_4.6.0/CycleTestRestart-1.txt rename to tests/restarting/from_5.0.0/CycleTestRestart-1.txt diff --git a/tests/restarting/from_4.6.0/CycleTestRestart-2.txt b/tests/restarting/from_5.0.0/CycleTestRestart-2.txt similarity index 100% rename from tests/restarting/from_4.6.0/CycleTestRestart-2.txt rename to tests/restarting/from_5.0.0/CycleTestRestart-2.txt diff --git a/tests/restarting/from_4.6.0/StorefrontTestRestart-1.txt b/tests/restarting/from_5.0.0/StorefrontTestRestart-1.txt similarity index 100% rename from tests/restarting/from_4.6.0/StorefrontTestRestart-1.txt rename to tests/restarting/from_5.0.0/StorefrontTestRestart-1.txt diff --git a/tests/restarting/from_4.6.0/StorefrontTestRestart-2.txt b/tests/restarting/from_5.0.0/StorefrontTestRestart-2.txt similarity index 100% rename from tests/restarting/from_4.6.0/StorefrontTestRestart-2.txt rename to tests/restarting/from_5.0.0/StorefrontTestRestart-2.txt