Skip to content

Commit

Permalink
refs #6362 SaveMDTest deletes files before and after testing
Browse files Browse the repository at this point in the history
(this is to fix recent problems with tests)
  • Loading branch information
abuts committed Jan 22, 2013
1 parent f88ccf5 commit 88564dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/Mantid/Framework/MDAlgorithms/test/SaveMDTest.h
Expand Up @@ -69,6 +69,7 @@ class SaveMDTest : public CxxTest::TestSuite

void do_test_exec(size_t numPerBox, std::string filename, bool MakeFileBacked = false, bool UpdateFileBackEnd = false)
{
if (Poco::File(filename).exists()) Poco::File(filename).remove();
// Make a 1D MDEventWorkspace
MDEventWorkspace1Lean::sptr ws = MDEventsTestHelper::makeMDEW<1>(10, 0.0, 10.0, numPerBox);
// Make sure it is split
Expand Down

0 comments on commit 88564dc

Please sign in to comment.