Skip to content

Commit

Permalink
refs #6362 Enabling remaining failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Jan 23, 2013
1 parent 68d8fc3 commit ef907c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/Framework/MDAlgorithms/test/MergeMDFilesTest.h
Expand Up @@ -33,9 +33,9 @@ class MergeMDFilesTest : public CxxTest::TestSuite
do_test_exec("");
}

void xest_exec_fileBacked()
void test_exec_fileBacked()
{
//do_test_exec("MergeMDFilesTest_OutputWS.nxs");
do_test_exec("MergeMDFilesTest_OutputWS.nxs");
}

void do_test_exec(std::string OutputFilename)
Expand Down
4 changes: 2 additions & 2 deletions Code/Mantid/Framework/MDAlgorithms/test/SliceMDTest.h
Expand Up @@ -214,9 +214,9 @@ class SliceMDTest : public CxxTest::TestSuite
}


void xest_exec_3D_fileBackedOutput()
void test_exec_3D_fileBackedOutput()
{
// do_test_exec<MDEvent<3>,3>("Axis0,2.0,8.0, 3", "Axis1,2.0,8.0, 3", "Axis2,2.0,8.0, 3", "", 6*6*6 /*# of events*/, 3 /*dims*/, false /*WillFail*/, "SliceMDTest_output.nxs");
do_test_exec<MDEvent<3>,3>("Axis0,2.0,8.0, 3", "Axis1,2.0,8.0, 3", "Axis2,2.0,8.0, 3", "", 6*6*6 /*# of events*/, 3 /*dims*/, false /*WillFail*/, "SliceMDTest_output.nxs");
}

void test_dont_use_max_recursion_depth()
Expand Down

0 comments on commit ef907c2

Please sign in to comment.