Skip to content

Commit

Permalink
Refs #5212 - Fix unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterParker committed Jul 29, 2012
1 parent 5cc29bc commit 1caf15f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Code/Mantid/Framework/DataHandling/test/LoadTest.h
Expand Up @@ -390,9 +390,6 @@ class LoadTest : public CxxTest::TestSuite

WorkspaceGroup_sptr output = AnalysisDataService::Instance().retrieveWS<WorkspaceGroup>("LoadTest_Output");
TS_ASSERT(output);
MatrixWorkspace_sptr ws1 = AnalysisDataService::Instance().retrieveWS<MatrixWorkspace>("IRS38633_IRS38633_1");
TS_ASSERT(ws1);
MatrixWorkspace_sptr ws2 = AnalysisDataService::Instance().retrieveWS<MatrixWorkspace>("IRS38633_IRS38633_2");
removeGroupFromADS(output);
}

Expand All @@ -404,8 +401,6 @@ class LoadTest : public CxxTest::TestSuite
loader.setPropertyValue("OutputWorkspace","LoadTest_Output");
TS_ASSERT_THROWS_NOTHING(loader.execute());

std::set<std::string> adsContents = AnalysisDataService::Instance().getObjectNames();

WorkspaceGroup_sptr output = AnalysisDataService::Instance().retrieveWS<WorkspaceGroup>("LoadTest_Output");
TS_ASSERT(output);
MatrixWorkspace_sptr ws1 = AnalysisDataService::Instance().retrieveWS<MatrixWorkspace>("MUSR00015189_MUSR00015190_1");
Expand Down

0 comments on commit 1caf15f

Please sign in to comment.