Merge pull request #593 from LegalizeAdulthood/fix-tests

Fixed: Remove absolute path from exported file
pull/597/head
Kim Kulling 2015-06-30 16:13:20 +02:00
commit 2dc332cc84
1 changed files with 1 additions and 1 deletions

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