From 75cf3518445c1dd3f351107b77b5f47e8d2eb6ae Mon Sep 17 00:00:00 2001 From: Matthew Wilber Date: Wed, 23 Oct 2002 02:34:36 +0000 Subject: [PATCH] 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 --- src/tests/kits/translation/TranslationKitTestAddon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/kits/translation/TranslationKitTestAddon.cpp b/src/tests/kits/translation/TranslationKitTestAddon.cpp index 449c3c94e9..fdc7243646 100644 --- a/src/tests/kits/translation/TranslationKitTestAddon.cpp +++ b/src/tests/kits/translation/TranslationKitTestAddon.cpp @@ -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;