From 3fd8bee32b1ec6808f628af0ae0bd0a15f133e47 Mon Sep 17 00:00:00 2001 From: Duncan Date: Mon, 10 May 2021 09:42:18 +0100 Subject: [PATCH] Re-enable 32bit replay tests (#14614) After the changes made to the serialise functions the 32bit replay tests can now be re-enabled --- test/tests/ReplayTests.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/tests/ReplayTests.cpp b/test/tests/ReplayTests.cpp index 8a0192a150..7377a57110 100644 --- a/test/tests/ReplayTests.cpp +++ b/test/tests/ReplayTests.cpp @@ -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)