Skip to content

Commit

Permalink
Update mock MDIterator due to recent additions
Browse files Browse the repository at this point in the history
Refs #9319
  • Loading branch information
martyngigg committed Apr 23, 2014
1 parent 73f922a commit 01572c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/Mantid/MantidQt/API/test/SignalRangeTest.h
Expand Up @@ -59,6 +59,7 @@ class SignalRangeTest : public CxxTest::TestSuite
MOCK_CONST_METHOD0(getIsMasked, bool());
MOCK_CONST_METHOD0(findNeighbourIndexes, std::vector<size_t>());
MOCK_CONST_METHOD0(getLinearIndex, size_t());
MOCK_CONST_METHOD1(isWithinBounds, bool(size_t));
};

class NormalizableMockIterator : public MockMDIterator
Expand Down

0 comments on commit 01572c5

Please sign in to comment.