Skip to content

Commit

Permalink
Re #11165 temporary fix for unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
raquelalvarezbanos committed Feb 26, 2015
1 parent 1581add commit 81133ad
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -79,8 +79,8 @@ namespace CustomInterfaces
load->setChild(true); // Don't want workspaces in the ADS
load->setProperty("Filename", m_view->firstRun());
// Don't load any data - we need logs only
load->setPropertyValue("SpectrumMin","0");
load->setPropertyValue("SpectrumMax","0");
load->setPropertyValue("SpectrumMin","1");
load->setPropertyValue("SpectrumMax","1");
load->setPropertyValue("OutputWorkspace", "__NotUsed");
load->execute();

Expand Down

0 comments on commit 81133ad

Please sign in to comment.