Browse Source

Changed date in test aiGetLegalStringTest to the appropriate year.

Marc-Antoine Lortie 5 năm trước cách đây
mục cha
commit
9aea72f70e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      test/unit/utVersion.cpp

+ 1 - 1
test/unit/utVersion.cpp

@@ -48,7 +48,7 @@ TEST_F( utVersion, aiGetLegalStringTest ) {
     EXPECT_NE( lv, nullptr );
     std::string text( lv );
 
-    size_t pos( text.find( std::string( "2019" ) ) );
+    size_t pos( text.find( std::string( "2020" ) ) );
     EXPECT_NE( pos, std::string::npos );
 }