Skip to content

Commit

Permalink
Put back file removal. Refs #6812
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Mar 29, 2013
1 parent 73d6288 commit 673de16
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -111,7 +111,7 @@ class GeneratePythonScriptTest : public CxxTest::TestSuite
}

file.close();
//if (Poco::File(filename).exists()) Poco::File(filename).remove();
if (Poco::File(filename).exists()) Poco::File(filename).remove();
}
};

Expand Down

0 comments on commit 673de16

Please sign in to comment.