Code/Tools

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-23 13:01:17 -07:00
parent cb7b084e6b
commit 1f44b7a328
7 changed files with 0 additions and 31 deletions
@@ -30,15 +30,6 @@ using namespace AssetProcessor;
namespace AssetProcessor
{
const char* const TEST_BOOTSTRAP_DATA =
"project_path = TestProject \r\n\
assets = pc \r\n\
-- ip and port of the asset processor.Only if you need to change defaults \r\n\
-- remote_ip = 127.0.0.1 \r\n\
windows_remote_ip = 127.0.0.7 \r\n\
remote_port = 45645 \r\n\
assetProcessor_branch_token = 0xDD814240";
// simple utility class to make sure threads join and don't cause asserts
// if the unit test exits early.
class AutoThreadJoiner final