Changed the name of the Suite so that it was not the same name as the test
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@699 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
BTestSuite *
|
||||
getTestSuite()
|
||||
{
|
||||
BTestSuite *suite = new BTestSuite("BMPTranslator");
|
||||
BTestSuite *suite = new BTestSuite("Translators");
|
||||
|
||||
// ##### Add test suites here #####
|
||||
suite->addTest("BMPTranslator", BMPTranslatorTest::Suite());
|
||||
|
||||
Reference in New Issue
Block a user