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:
@@ -36,7 +36,7 @@
|
|||||||
#include "BitmapStreamTest.h"
|
#include "BitmapStreamTest.h"
|
||||||
|
|
||||||
BTestSuite* getTestSuite() {
|
BTestSuite* getTestSuite() {
|
||||||
BTestSuite *suite = new BTestSuite("TranslatorRosterTest suite");
|
BTestSuite *suite = new BTestSuite("Translation");
|
||||||
suite->addTest("TranslatorRosterTest", TranslatorRosterTest::Suite());
|
suite->addTest("TranslatorRosterTest", TranslatorRosterTest::Suite());
|
||||||
suite->addTest("BitmapStreamTest", BitmapStreamTest::Suite());
|
suite->addTest("BitmapStreamTest", BitmapStreamTest::Suite());
|
||||||
return suite;
|
return suite;
|
||||||
|
|||||||
Reference in New Issue
Block a user