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:
Matthew Wilber
2002-08-11 02:10:11 +00:00
parent ec3ff25fee
commit f6c5c63d63
@@ -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());