fix benchmark

improve some test diagnostics

fix some bug where order of shutdown of AiControllerComponent mattered or Processor was never initialized
This commit is contained in:
Tyler Young
2020-06-22 04:43:47 -04:00
parent 99a5e06b98
commit 4b64aa2b9d
6 changed files with 61 additions and 10 deletions

View File

@@ -69,7 +69,8 @@ namespace Content.IntegrationTests.Tests
catch (Exception e)
{
Logger.LogS(LogLevel.Error, "EntityTest", "Entity '" + prototype.ID + "' threw: " + e.Message);
Assert.Fail();
//Assert.Fail();
throw;
}
}
});