Skip to content

Commit

Permalink
refs #10476. Fix merge conflict.
Browse files Browse the repository at this point in the history
Merge branch '10476_improving_smoothDataTest' of github.com:mantidproject/mantid into 10476_improving_smoothDataTest

Conflicts:
	Code/Mantid/Framework/Algorithms/test/SmoothDataTest.h
  • Loading branch information
Shahroz Ahmed committed Jul 20, 2015
2 parents 8ee010e + 43a926a commit 7a249d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Code/Mantid/Framework/Algorithms/test/SmoothDataTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ class SmoothDataTest : public CxxTest::TestSuite
TS_ASSERT( smooth.isExecuted() );

MatrixWorkspace_const_sptr output = smooth.getProperty("OutputWorkspace");

//as alg child is set true, wouldnt need to use AnalysisDataService
const Mantid::MantidVec &Y = output->dataY(0);
const Mantid::MantidVec &X = output->dataX(0);
Expand Down Expand Up @@ -139,7 +140,8 @@ class SmoothDataTest : public CxxTest::TestSuite
void testExec()
{
SmoothData smooth;
smooth.initialize();
smooth.initialize();


TS_ASSERT_THROWS_NOTHING( smooth.setPropertyValue("InputWorkspace","noisy") );
std::string outputWS("smoothed");
Expand Down

0 comments on commit 7a249d5

Please sign in to comment.