Skip to content

Commit

Permalink
Second case-sensitive correction to XML filename re #5797
Browse files Browse the repository at this point in the history
Signed-off-by: Karl Palmen <karl.palmen@stfc.ac.uk>
  • Loading branch information
KarlPalmen committed Mar 15, 2013
1 parent e3748f4 commit b36ac4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class ApplyCalibrationTest : public CxxTest::TestSuite
const std::string wsName("ApplyCabrationWs");
Mantid::DataHandling::LoadEmptyInstrument loader;
loader.initialize();
loader.setPropertyValue("Filename", "IDFs_for_UNIT_TESTING/MAPS_Definition_reduced.xml");
loader.setPropertyValue("Filename", "IDFs_for_UNIT_TESTING/MAPS_Definition_Reduced.xml");
loader.setPropertyValue("OutputWorkspace", wsName);
loader.execute();
AnalysisDataServiceImpl & dataStore = AnalysisDataService::Instance();
Expand Down

0 comments on commit b36ac4c

Please sign in to comment.