Update utBaseProcess.cpp

This commit is contained in:
Kim Kulling
2022-08-30 20:54:23 +02:00
committed by GitHub
parent 25d7510b8c
commit fbb69df8be

View File

@@ -101,7 +101,7 @@ TEST_F( BaseProcessTest, constructTest ) {
TEST_F( BaseProcessTest, executeOnSceneTest ) {
TestingBaseProcess process;
process.ExecuteOnScene(nullptr);
#ifdef DEBUG
#ifdef ASSIMP_BUILD_DEBUG
EXPECT_TRUE(BaseProcessTest::handlerWasCalled());
#else
EXPECT_FALSE(BaseProcessTest::handlerWasCalled());