Setting project path to AutomatedTesting to fix the EMotionFX CanUseFileMenu and CanOpenWorkspace test from failing when resolving a relative path
This commit is contained in:
@@ -77,7 +77,6 @@ namespace EMotionFX
|
||||
{
|
||||
auto testAssetsPath = AZ::IO::Path(GetEMotionFX().GetAssetCacheFolder()) / "TmpTestAssets";
|
||||
QString dataDir = QString::fromUtf8(testAssetsPath.c_str(), aznumeric_cast<int>(testAssetsPath.Native().size()));
|
||||
dataDir += "TmpTestAssets";
|
||||
|
||||
if (!QDir(dataDir).exists())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user