1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Re-enable 32bit replay tests (#14614)

After the changes made to the serialise functions the 32bit replay tests can now be re-enabled
This commit is contained in:
Duncan
2021-05-10 09:42:18 +01:00
committed by GitHub
parent eb9ed63b0e
commit 3fd8bee32b

View File

@@ -71,10 +71,6 @@ protected:
TEST_P(ReplayTests, RunReplay)
{
#ifdef PLATFORM_32BIT
log_warning("Replay Tests have not been performed. OpenRCT2/OpenRCT2#11279.");
return;
#else
gOpenRCT2Headless = true;
gOpenRCT2NoGraphics = true;
core_init();
@@ -103,7 +99,6 @@ TEST_P(ReplayTests, RunReplay)
}
ASSERT_FALSE(replayManager->IsReplaying());
ASSERT_FALSE(replayManager->IsPlaybackStateMismatching());
#endif
}
static void PrintTo(const ReplayTestData& testData, std::ostream* os)