Skip to content

Commit

Permalink
Re #10843. Fix the other unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-roman committed Dec 24, 2014
1 parent b9b6ed2 commit 0a60569
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -118,9 +118,9 @@ class ALCDataLoadingPresenterTest : public CxxTest::TestSuite
ON_CALL(*m_view, calculationType()).WillByDefault(Return("Differential"));

EXPECT_CALL(*m_view, setDataCurve(AllOf(Property(&QwtData::size,3),
QwtDataY(0, 187.718, 1E-3),
QwtDataY(1, 148.618, 1E-3),
QwtDataY(2, 154.959, 1E-3))));
QwtDataY(0, 3.00349, 1E-3),
QwtDataY(1, 2.3779, 1E-3),
QwtDataY(2, 2.47935, 1E-3))));

m_view->requestLoading();
}
Expand Down

0 comments on commit 0a60569

Please sign in to comment.