소스 검색

Changed date in test aiGetLegalStringTest to the appropriate year.

Marc-Antoine Lortie 5 년 전
부모
커밋
9aea72f70e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 );
 }