Skip to content

Commit

Permalink
refs #6841 some typing error
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Apr 8, 2013
1 parent 7d3bd8e commit 11df771
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ class FakeMDEventDataTest : public CxxTest::TestSuite
ei->setInstrument(inst);
// Give it a run number
ei->mutableRun().addProperty(new PropertyWithValue<std::string>("run_number", "12345"), true);
inWS->addExperimentInfo(ei);
//inWS->addExperimentInfo(ei);

TS_ASSERT_THROWS_NOTHING(alg.setProperty<IMDEventWorkspace_sptr>("InputWorkspace", inWS));
TS_ASSERT_THROWS_NOTHING(alg.setPropertyValue("PeakParams", ""));
Expand Down

0 comments on commit 11df771

Please sign in to comment.