Code/Tools
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user