Fixed: Remove absolute path from exported file

pull/593/head
Richard 2015-06-29 22:23:04 -06:00
parent 83defdddc4
commit bceac46d39
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);