Remove "test" from the sections names in Catch unit tests
It doesn't really add anything and it's more convenient to specify the section on the command line (using the "-c" option) if it's just a single word, without spaces, as it doesn't need to be quoted then.
This commit is contained in:
parent
e8ceaabb87
commit
cacb49c4ad
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ inline std::string wxGetCurrentTestName()
|
|||
struct EatNextSemicolon
|
||||
|
||||
#define CPPUNIT_TEST(testname) \
|
||||
SECTION(#testname " test") \
|
||||
SECTION(#testname) \
|
||||
{ \
|
||||
setUp(); \
|
||||
try \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue