Skip to content

Commit

Permalink
Added extensions to test files so they can be found.
Browse files Browse the repository at this point in the history
Refs #7229
  • Loading branch information
arturbekasov committed Oct 14, 2013
1 parent bd9d9e6 commit 79cd8d6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class ApplyGroupingFromMuonNexusTest : public CxxTest::TestSuite
// Name of the output workspace.
std::string loadedWsName("ApplyGroupingFromMuonNexusTest_LoadedWS");
std::string outWsName("ApplyGroupingFromMuonNexusTest_OutputWS");
std::string dataFileName("emu00006473");
std::string dataFileName("emu00006473.nxs");

// Load the data we will group
LoadMuonNexus1 loadAlg;
Expand Down Expand Up @@ -85,7 +85,7 @@ class ApplyGroupingFromMuonNexusTest : public CxxTest::TestSuite
// Name of the output workspace.
std::string loadedWsName("ApplyGroupingFromMuonNexusTest_LoadedWS");
std::string outWsName("ApplyGroupingFromMuonNexusTest_OutputWS");
std::string dataFileName("MUSR00015189");
std::string dataFileName("MUSR00015189.nxs");

// Load the data we will group
LoadMuonNexus1 loadAlg;
Expand Down

0 comments on commit 79cd8d6

Please sign in to comment.