Update assimp legal and version
Will now report the major and minor versions specified in cmakelists
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user