Merge pull request #593 from LegalizeAdulthood/fix-tests

Fixed: Remove absolute path from exported file
This commit is contained in:
Kim Kulling
2015-06-30 16:13:20 +02:00

View File

@@ -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);