Skip to content

Commit

Permalink
Re #7767. Add boilerplate test initialisation code.
Browse files Browse the repository at this point in the history
Nothing to do with this ticket, but realised I missed this when I added
this performance test recently.
  • Loading branch information
RussellTaylor committed Aug 19, 2013
1 parent 83907d0 commit d73e2be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Code/Mantid/Framework/Algorithms/test/FilterByTimeTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,9 @@ class FilterByTimeTest : public CxxTest::TestSuite
class FilterByTimeTestPerformance : public CxxTest::TestSuite
{
public:
static FilterByTimeTestPerformance *createSuite() { return new FilterByTimeTestPerformance(); }
static void destroySuite( FilterByTimeTestPerformance *suite ) { delete suite; }

FilterByTimeTestPerformance()
{
LoadEventNexus loader;
Expand Down

0 comments on commit d73e2be

Please sign in to comment.