Browse Source

Make sure for releases revision will be zero (#5571)

Kim Kulling 1 year ago
parent
commit
001bb01eb2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/unit/utVersion.cpp

+ 1 - 1
test/unit/utVersion.cpp

@@ -69,7 +69,7 @@ TEST_F( utVersion, aiGetCompileFlagsTest ) {
 }
 
 TEST_F( utVersion, aiGetVersionRevisionTest ) {
-    EXPECT_NE( aiGetVersionRevision(), 0U );
+    EXPECT_NO_THROW(aiGetVersionRevision());
 }
 
 TEST_F( utVersion, aiGetBranchNameTest ) {