Browse Source

Update utVersion.cpp

Fix unittests.
Kim Kulling 7 years ago
parent
commit
e8139ef515
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/unit/utVersion.cpp

+ 1 - 1
test/unit/utVersion.cpp

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