Skip to content

Commit

Permalink
Refs #11551. Fixing ILatticeFunctionTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wedel committed Apr 17, 2015
1 parent aa08724 commit 1ba76b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Code/Mantid/Framework/API/test/ILatticeFunctionTest.h
Expand Up @@ -92,6 +92,8 @@ class ILatticeFunctionTest : public CxxTest::TestSuite {

MOCK_METHOD1(setCrystalSystem, void(const std::string &));
MOCK_METHOD1(setUnitCell, void(const std::string &));
MOCK_METHOD1(setUnitCell, void(const Mantid::Geometry::UnitCell &));
MOCK_CONST_METHOD0(getUnitCell, Mantid::Geometry::UnitCell());
};

// Mock jacobian for being able to test derivative calls
Expand Down

0 comments on commit 1ba76b8

Please sign in to comment.