Skip to content

Commit

Permalink
refs #6449 disabling dummy IO tests in ISaveable
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Apr 17, 2013
1 parent 38e608e commit 6e994c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/Framework/MDEvents/test/MDBoxSaveableTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ static void destroySuite(MDBoxSaveableTest * suite) { delete suite; }

//-----------------------------------------------------------------------------------------
/** What if the box has no events, does it crash? */
void test_SetFileBacked_fileEvents()
void xest_SetFileBacked_fileEvents()
{
// A box to load stuff from
MDBox<MDLeanEvent<3>,3> c(sc.get());
Expand Down Expand Up @@ -280,7 +280,7 @@ static void destroySuite(MDBoxSaveableTest * suite) { delete suite; }
/** If a MDBox is file-backed, test that
* you can add events to it without having to load the data from disk.
*/
void test_fileBackEnd_addEvent()
void xest_fileBackEnd_addEvent()
{
// Create a box with a controller for the back-end
BoxController_sptr bc(new BoxController(3));
Expand Down

0 comments on commit 6e994c2

Please sign in to comment.