Skip to content

Commit

Permalink
Refs #4472 encourage test writing using class_maker :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janik Zikovsky committed Apr 4, 2012
1 parent 6d4bcf8 commit 5ad94c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/Mantid/Build/class_maker.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ class %sTest : public CxxTest::TestSuite
%s
void test_Something()
{
TSM_ASSERT( "You forgot to write a test!", 0);
}
Expand Down

0 comments on commit 5ad94c8

Please sign in to comment.