Changed the name of the Test Suite to be shorter and consistent with the other Test Suite names

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1608 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matthew Wilber 2002-10-23 02:34:36 +00:00
parent c2e84bf53a
commit 75cf351844

View File

@ -36,7 +36,7 @@
#include "BitmapStreamTest.h"
BTestSuite* getTestSuite() {
BTestSuite *suite = new BTestSuite("TranslatorRosterTest suite");
BTestSuite *suite = new BTestSuite("Translation");
suite->addTest("TranslatorRosterTest", TranslatorRosterTest::Suite());
suite->addTest("BitmapStreamTest", BitmapStreamTest::Suite());
return suite;