You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Code/Framework/AzToolsFramework/Tests
lumberyard-employee-dm 5fc4551ac0
[LYN-8041] Enable relocation of the Project Game Release Layout (#5380)
* Enable relocation of the Project Game Release Layout

Relocating the Project Game Release Layout to another directory on the file system failed due to the querying of the engine root failing due to the ComponentApplication::m_engineRoot not using the project path stored in the SettingsRegisry if the engine root cannot be detected

Removed the ApplicationRequestBus GetEngineRoot function.
The ComponentApplicationRequestBus has a function of the same name that returns the same path.

Removed the deprecated GetAppRoot function.
The path it returns has no defined value. It was not the engine root or the project root.
Removed unused CFileUtil and CFileUtil_impl functions that were invoking the ApplicationREquestBus GetEngineRoot function.
On the way to update the functions it was discovered that they aren't called

Added a CalculateBranchToken overload that can populate a fixed_string to avoid heap allocations

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Protect against an empty list of artifacts to remove when generating the
engine.pak

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>
4 years ago
..
Entity Squashed commit of Procedural Prefab work (#4481) 4 years ago
EntityOwnershipService Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
FocusMode LYN-7279 + LYN-7192 | Focus Mode - Container unit tests + Clear container entity open state on new level load (#4558) 4 years ago
Prefab {lyn7065} adding ProcPrefab Prefab::Tempate flag method (#4765) 4 years ago
Script Modernization + AZStd::function compare fix. (#3680) 4 years ago
SliceStabilityTests Update the FileIO Aliases (#4186) 4 years ago
ToolsComponents Code/Framework/AzToolsFramework 4 years ago
UI [LYN-8041] Enable relocation of the Project Game Release Layout (#5380) 4 years ago
Viewport Address PR comments. 4 years ago
Visibility Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ArchiveTests.cpp Update the FileIO Aliases (#4186) 4 years ago
AssetFileInfoListComparison.cpp Update how Project Filepaths are calculated when not supplied via command line (#5194) 4 years ago
AssetSeedManager.cpp Update how Project Filepaths are calculated when not supplied via command line (#5194) 4 years ago
AssetSystemMocks.h Update the FileIO Aliases (#4186) 4 years ago
AssetUtils.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
BoundsTestComponent.cpp Add missing reflection calls for various types (#5163) 4 years ago
BoundsTestComponent.h Add missing reflection calls for various types (#5163) 4 years ago
ComponentAdapterTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ComponentAddRemove.cpp [LYN-8041] Enable relocation of the Project Game Release Layout (#5380) 4 years ago
ComponentModeTestDoubles.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ComponentModeTestDoubles.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ComponentModeTestFixture.cpp Preparatory work to allow for more viewport integration tests (#3961) 4 years ago
ComponentModeTestFixture.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ComponentModeTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
EditorTransformComponentSelectionTests.cpp LYN-7008 | Focus Mode - Selection unit tests (#4357) 4 years ago
EditorVertexSelectionTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
EntityIdQLabelTests.cpp Modernization + AZStd::function compare fix. (#3680) 4 years ago
EntityInspectorTests.cpp Added API for finding components based on required/incompatible services. 4 years ago
EntityTestbed.h Update the FileIO Aliases (#4186) 4 years ago
FileFunc.cpp Modernization + AZStd::function compare fix. (#3680) 4 years ago
FingerprintingTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
GenericComponentWrapperTest.cpp Update how Project Filepaths are calculated when not supplied via command line (#5194) 4 years ago
InstanceDataHierarchy.cpp Modernization + AZStd::function compare fix. (#3680) 4 years ago
IntegerPrimtitiveTestConfig.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
LogLines.cpp ATOM-16320 Remove PVRTC and ETC compressor (#4557) 4 years ago
Main.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ManipulatorBoundsTests.cpp Add a new implementation for cone/ray intersect to simplify code and fix issue with current implementation (#3902) 4 years ago
ManipulatorCoreTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ManipulatorViewTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PerforceComponentTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PlatformAddressedAssetCatalogTests.cpp Update how Project Filepaths are calculated when not supplied via command line (#5194) 4 years ago
PropertyIntCtrlCommonTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PropertyIntCtrlCommonTests.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PropertyIntSliderCtrlTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PropertyIntSpinCtrlTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PropertyTreeEditorTests.cpp Cleanup SerializeContext.h pt.1 (#4264) 4 years ago
PythonBindingTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
QtWidgetLimitsTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
SQLiteConnectionTests.cpp Modernization + AZStd::function compare fix. (#3680) 4 years ago
Slice.cpp Modernization + AZStd::function compare fix. (#3680) 4 years ago
SliceUpgradeTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
SliceUpgradeTestsData.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
Slices.cpp Update how Project Filepaths are calculated when not supplied via command line (#5194) 4 years ago
SpinBoxTests.cpp Fix for events that should have been consumed by manipulators (#3108) 4 years ago
ThumbnailerTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
TransformComponent.cpp Code/Framework/AzToolsFramework 4 years ago
UndoStack.cpp Modernization + AZStd::function compare fix. (#3680) 4 years ago
aztoolsframeworktests_files.cmake Asset Browser Tests (#4948) 4 years ago