Merge pull request #593 from LegalizeAdulthood/fix-tests
Fixed: Remove absolute path from exported file
This commit is contained in:
@@ -49,7 +49,7 @@ TEST_F(ColladaExportLight, testExportLight)
|
||||
|
||||
|
||||
EXPECT_EQ(AI_SUCCESS,ex->Export(pTest,"collada",file));
|
||||
EXPECT_EQ(AI_SUCCESS,ex->Export(pTest,"collada","/home/wise/lightsExp.dae"));
|
||||
EXPECT_EQ(AI_SUCCESS,ex->Export(pTest,"collada","lightsExp.dae"));
|
||||
|
||||
const aiScene* imported = im->ReadFile(file,0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user