Skip to content

Commit

Permalink
refs #5541. Fix Mac test failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Jun 26, 2012
1 parent a214de1 commit ca74106
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class WeightedMeanMDTest : public CxxTest::TestSuite
alg->setProperty("DataY", s );
alg->setProperty("DataX", x );
alg->setProperty("DataE", e );
alg->setPropertyValue("UnitX", "Wavelength");
alg->setProperty("OutputWorkspace", name);
alg->execute();
// Return the generated MDHistoWorkspace
Expand Down

0 comments on commit ca74106

Please sign in to comment.