From 7ccde16b0d3e4c45d3e91861b0c916dad7452051 Mon Sep 17 00:00:00 2001 From: AMZN-AlexOteiza <82234181+AMZN-AlexOteiza@users.noreply.github.com> Date: Wed, 20 Oct 2021 18:50:47 +0100 Subject: [PATCH] Rename prefab -> Prefab (#4825) * Rename part 1 * Rename part 2 * Rename part 3 --- AutomatedTesting/Gem/PythonTests/CMakeLists.txt | 2 +- .../Gem/PythonTests/{prefab => Prefab}/CMakeLists.txt | 0 .../Gem/PythonTests/{prefab => Prefab}/TestSuite_Main.py | 0 AutomatedTesting/Gem/PythonTests/{prefab => Prefab}/__init__.py | 0 .../Gem/PythonTests/{prefab => Prefab}/data/Test.prefab | 0 .../tests/PrefabBasicWorkflow_CreateAndDeletePrefab.py | 0 .../tests/PrefabBasicWorkflow_CreateAndReparentPrefab.py | 0 .../tests/PrefabBasicWorkflow_CreatePrefab.py | 0 .../tests/PrefabBasicWorkflow_InstantiatePrefab.py | 0 .../tests/PrefabLevel_OpensLevelWithEntities.py | 0 .../Gem/PythonTests/{prefab => Prefab}/tests/PrefabTestUtils.py | 0 11 files changed, 1 insertion(+), 1 deletion(-) rename AutomatedTesting/Gem/PythonTests/{prefab => Prefab}/CMakeLists.txt (100%) rename AutomatedTesting/Gem/PythonTests/{prefab => Prefab}/TestSuite_Main.py (100%) rename AutomatedTesting/Gem/PythonTests/{prefab => Prefab}/__init__.py (100%) rename AutomatedTesting/Gem/PythonTests/{prefab => Prefab}/data/Test.prefab (100%) rename AutomatedTesting/Gem/PythonTests/{prefab => Prefab}/tests/PrefabBasicWorkflow_CreateAndDeletePrefab.py (100%) rename AutomatedTesting/Gem/PythonTests/{prefab => Prefab}/tests/PrefabBasicWorkflow_CreateAndReparentPrefab.py (100%) rename AutomatedTesting/Gem/PythonTests/{prefab => Prefab}/tests/PrefabBasicWorkflow_CreatePrefab.py (100%) rename AutomatedTesting/Gem/PythonTests/{prefab => Prefab}/tests/PrefabBasicWorkflow_InstantiatePrefab.py (100%) rename AutomatedTesting/Gem/PythonTests/{prefab => Prefab}/tests/PrefabLevel_OpensLevelWithEntities.py (100%) rename AutomatedTesting/Gem/PythonTests/{prefab => Prefab}/tests/PrefabTestUtils.py (100%) diff --git a/AutomatedTesting/Gem/PythonTests/CMakeLists.txt b/AutomatedTesting/Gem/PythonTests/CMakeLists.txt index 466a4b1679..2ca7f7ea2b 100644 --- a/AutomatedTesting/Gem/PythonTests/CMakeLists.txt +++ b/AutomatedTesting/Gem/PythonTests/CMakeLists.txt @@ -33,7 +33,7 @@ add_subdirectory(WhiteBox) add_subdirectory(NvCloth) ## Prefab ## -add_subdirectory(prefab) +add_subdirectory(Prefab) ## Editor Python Bindings ## add_subdirectory(EditorPythonBindings) diff --git a/AutomatedTesting/Gem/PythonTests/prefab/CMakeLists.txt b/AutomatedTesting/Gem/PythonTests/Prefab/CMakeLists.txt similarity index 100% rename from AutomatedTesting/Gem/PythonTests/prefab/CMakeLists.txt rename to AutomatedTesting/Gem/PythonTests/Prefab/CMakeLists.txt diff --git a/AutomatedTesting/Gem/PythonTests/prefab/TestSuite_Main.py b/AutomatedTesting/Gem/PythonTests/Prefab/TestSuite_Main.py similarity index 100% rename from AutomatedTesting/Gem/PythonTests/prefab/TestSuite_Main.py rename to AutomatedTesting/Gem/PythonTests/Prefab/TestSuite_Main.py diff --git a/AutomatedTesting/Gem/PythonTests/prefab/__init__.py b/AutomatedTesting/Gem/PythonTests/Prefab/__init__.py similarity index 100% rename from AutomatedTesting/Gem/PythonTests/prefab/__init__.py rename to AutomatedTesting/Gem/PythonTests/Prefab/__init__.py diff --git a/AutomatedTesting/Gem/PythonTests/prefab/data/Test.prefab b/AutomatedTesting/Gem/PythonTests/Prefab/data/Test.prefab similarity index 100% rename from AutomatedTesting/Gem/PythonTests/prefab/data/Test.prefab rename to AutomatedTesting/Gem/PythonTests/Prefab/data/Test.prefab diff --git a/AutomatedTesting/Gem/PythonTests/prefab/tests/PrefabBasicWorkflow_CreateAndDeletePrefab.py b/AutomatedTesting/Gem/PythonTests/Prefab/tests/PrefabBasicWorkflow_CreateAndDeletePrefab.py similarity index 100% rename from AutomatedTesting/Gem/PythonTests/prefab/tests/PrefabBasicWorkflow_CreateAndDeletePrefab.py rename to AutomatedTesting/Gem/PythonTests/Prefab/tests/PrefabBasicWorkflow_CreateAndDeletePrefab.py diff --git a/AutomatedTesting/Gem/PythonTests/prefab/tests/PrefabBasicWorkflow_CreateAndReparentPrefab.py b/AutomatedTesting/Gem/PythonTests/Prefab/tests/PrefabBasicWorkflow_CreateAndReparentPrefab.py similarity index 100% rename from AutomatedTesting/Gem/PythonTests/prefab/tests/PrefabBasicWorkflow_CreateAndReparentPrefab.py rename to AutomatedTesting/Gem/PythonTests/Prefab/tests/PrefabBasicWorkflow_CreateAndReparentPrefab.py diff --git a/AutomatedTesting/Gem/PythonTests/prefab/tests/PrefabBasicWorkflow_CreatePrefab.py b/AutomatedTesting/Gem/PythonTests/Prefab/tests/PrefabBasicWorkflow_CreatePrefab.py similarity index 100% rename from AutomatedTesting/Gem/PythonTests/prefab/tests/PrefabBasicWorkflow_CreatePrefab.py rename to AutomatedTesting/Gem/PythonTests/Prefab/tests/PrefabBasicWorkflow_CreatePrefab.py diff --git a/AutomatedTesting/Gem/PythonTests/prefab/tests/PrefabBasicWorkflow_InstantiatePrefab.py b/AutomatedTesting/Gem/PythonTests/Prefab/tests/PrefabBasicWorkflow_InstantiatePrefab.py similarity index 100% rename from AutomatedTesting/Gem/PythonTests/prefab/tests/PrefabBasicWorkflow_InstantiatePrefab.py rename to AutomatedTesting/Gem/PythonTests/Prefab/tests/PrefabBasicWorkflow_InstantiatePrefab.py diff --git a/AutomatedTesting/Gem/PythonTests/prefab/tests/PrefabLevel_OpensLevelWithEntities.py b/AutomatedTesting/Gem/PythonTests/Prefab/tests/PrefabLevel_OpensLevelWithEntities.py similarity index 100% rename from AutomatedTesting/Gem/PythonTests/prefab/tests/PrefabLevel_OpensLevelWithEntities.py rename to AutomatedTesting/Gem/PythonTests/Prefab/tests/PrefabLevel_OpensLevelWithEntities.py diff --git a/AutomatedTesting/Gem/PythonTests/prefab/tests/PrefabTestUtils.py b/AutomatedTesting/Gem/PythonTests/Prefab/tests/PrefabTestUtils.py similarity index 100% rename from AutomatedTesting/Gem/PythonTests/prefab/tests/PrefabTestUtils.py rename to AutomatedTesting/Gem/PythonTests/Prefab/tests/PrefabTestUtils.py