Update utVersion.cpp

Fix unittests.
This commit is contained in:
Kim Kulling
2017-12-11 13:30:16 +01:00
committed by GitHub
parent 65d29c5420
commit e8139ef515

View File

@@ -54,7 +54,7 @@ TEST_F( utVersion, aiGetLegalStringTest ) {
}
TEST_F( utVersion, aiGetVersionMinorTest ) {
EXPECT_EQ( aiGetVersionMinor(), 0U );
EXPECT_EQ( aiGetVersionMinor(), 1U );
}
TEST_F( utVersion, aiGetVersionMajorTest ) {