3MF: fix working test for 3MF-export.

This commit is contained in:
Kim Kulling
2017-12-06 21:41:48 +01:00
parent d3833fe804
commit 95e9cd75fa
6 changed files with 73 additions and 14 deletions

View File

@@ -73,3 +73,6 @@ TEST_F( IOSystemTest, accessDirectoryStackTest ) {
EXPECT_EQ( 0U, pImp->StackSize() );
}
TEST_F( IOSystemTest, delFileTest ) {
EXPECT_FALSE( pImp->DeleteFile( "none" ) );
}