Skip to content
Snippets Groups Projects
Commit c9bed73e authored by Arturs Bekasovs's avatar Arturs Bekasovs
Browse files

Updated test to expose the problem.

Obviously failing for now.

Refs #7852
parent b89d845f
No related branches found
No related tags found
No related merge requests found
...@@ -391,6 +391,12 @@ public: ...@@ -391,6 +391,12 @@ public:
TS_ASSERT(ws5); TS_ASSERT(ws5);
MatrixWorkspace_sptr ws6 = AnalysisDataService::Instance().retrieveWS<MatrixWorkspace>("MUSR00015191_2"); MatrixWorkspace_sptr ws6 = AnalysisDataService::Instance().retrieveWS<MatrixWorkspace>("MUSR00015191_2");
TS_ASSERT(ws6); TS_ASSERT(ws6);
// Check that originally loaded groups are not left in the ADS
TS_ASSERT(!AnalysisDataService::Instance().doesExist("MUSR00015189"));
TS_ASSERT(!AnalysisDataService::Instance().doesExist("MUSR00015190"));
TS_ASSERT(!AnalysisDataService::Instance().doesExist("MUSR00015191"));
removeGroupFromADS(output); removeGroupFromADS(output);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment