From f4e23c3e41558406a2b9bb724dc533bb217410da Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 6 Nov 2014 09:39:56 -0600 Subject: Shuffling around so that we can add additional mocks easily --- tests/indicator-test.cc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/indicator-test.cc') diff --git a/tests/indicator-test.cc b/tests/indicator-test.cc index 47a95f3..5066558 100644 --- a/tests/indicator-test.cc +++ b/tests/indicator-test.cc @@ -30,6 +30,14 @@ protected: { } + virtual void SetUp() override + { + auto bustle = buildBustleMock("indicator-test.bustle"); + addMock(bustle); + + IndicatorFixture::SetUp(); + } + }; -- cgit v1.2.3