Skip to content

Commit

Permalink
Re #9846 Updating LoadMuonNexus in CalMuonDeadTimeTest
Browse files Browse the repository at this point in the history
  • Loading branch information
raquelalvarezbanos committed Jan 13, 2015
1 parent bcb0811 commit 0e14692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/Framework/Algorithms/test/CalMuonDeadTimeTest.h
Expand Up @@ -3,7 +3,7 @@

#include <cxxtest/TestSuite.h>

#include "MantidDataHandling/LoadMuonNexus.h"
#include "MantidDataHandling/LoadMuonNexus1.h"
#include "MantidDataHandling/LoadInstrument.h"
#include "MantidDataHandling/GroupDetectors.h"
#include "MantidAPI/IAlgorithm.h"
Expand Down Expand Up @@ -42,7 +42,7 @@ class CalMuonDeadTimeTest : public CxxTest::TestSuite
void xtestCalDeadTime()
{
//Load the muon nexus file
Mantid::DataHandling::LoadMuonNexus loader;
Mantid::DataHandling::LoadMuonNexus1 loader;
loader.initialize();
loader.setPropertyValue("Filename", "emu00006473.nxs");
loader.setPropertyValue("OutputWorkspace", "EMU6473");
Expand Down

0 comments on commit 0e14692

Please sign in to comment.