Update assimp legal and version

Will now report the major and minor versions specified in cmakelists
This commit is contained in:
RichardTea
2019-10-11 16:28:14 +01:00
parent 14f8877a2c
commit 059ee0e091
2 changed files with 6 additions and 10 deletions

View File

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