Skip to content

Commit

Permalink
Fixes unit test. Refs #3622.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Nov 11, 2011
1 parent 358cfe8 commit ad74eec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ class SaveDetectorMasksTest : public CxxTest::TestSuite
public:
// This pair of boilerplate methods prevent the suite being created statically
// This means the constructor isn't called when running other tests
static SaveDetectorMasks *createSuite() { return new SaveDetectorMasksTest(); }
static SaveDetectorMasksTest *createSuite() { return new SaveDetectorMasksTest(); }

static void destroySuite( SaveMaskingToFileTest *suite ) { delete suite; }
static void destroySuite( SaveDetectorMasksTest *suite ) { delete suite; }

void test_Something()
{
Expand Down

0 comments on commit ad74eec

Please sign in to comment.