Update utVersion.cpp

Fix unittests.
pull/1631/head
Kim Kulling 2017-12-11 13:30:16 +01:00 committed by GitHub
parent 65d29c5420
commit e8139ef515
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 ) {