Skip to content

Commit

Permalink
Removed extra output. Refs #9573.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Jun 20, 2014
1 parent 0f3de36 commit 0b211ed
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Code/Mantid/Framework/Algorithms/test/SortEventsTest.h
Expand Up @@ -9,8 +9,6 @@
#include "MantidTestHelpers/WorkspaceCreationHelper.h"
#include <cxxtest/TestSuite.h>

#include "MantidDataHandling/SaveNexusProcessed.h"

using namespace Mantid;
using namespace Mantid::Kernel;
using namespace Mantid::DataObjects;
Expand Down Expand Up @@ -101,12 +99,6 @@ class SortEventsTest : public CxxTest::TestSuite
EventWorkspace_sptr test_in = WorkspaceCreationHelper::CreateRandomEventWorkspace(NUMBINS, NUMPIXELS);
AnalysisDataService::Instance().add(wsName, test_in);

SaveNexusProcessed save;
save.initialize();
save.setPropertyValue("InputWorkspace", wsName);
save.setProperty("Filename", "/tmp/testeventsort.nxs");
save.execute();

SortEvents sort;
sort.initialize();
sort.setPropertyValue("InputWorkspace",wsName);
Expand Down

0 comments on commit 0b211ed

Please sign in to comment.