Skip to content
Snippets Groups Projects
Commit 50889c3f authored by Zhang, Chen's avatar Zhang, Chen
Browse files

change default output type to PeaksWorkspace

parent e55d7a78
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ public:
AnalysisDataService::Instance().remove(outWSName);
}
void test_exec_no_instr() {
void test_exec_leanElasticPeakWorkspace() {
// Name of the output workspace.
std::string outWSName("CreatePeaksWorkspaceTest_OutputWS2");
......@@ -73,6 +73,7 @@ public:
TS_ASSERT_THROWS_NOTHING(
alg.setPropertyValue("OutputWorkspace", outWSName));
TS_ASSERT_THROWS_NOTHING(alg.setProperty("NumberOfPeaks", 13));
TS_ASSERT_THROWS_NOTHING(alg.setProperty("OutputType", "Lean"));
TS_ASSERT_THROWS_NOTHING(alg.execute();)
TS_ASSERT(alg.isExecuted());
......
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