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:
parent
c2e84bf53a
commit
75cf351844
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user