From a44a6ed6d0c28228735c48ddc7da23926599aa0a Mon Sep 17 00:00:00 2001 From: beveloper Date: Sun, 27 Oct 2002 12:48:28 +0000 Subject: [PATCH] better luck next time git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1724 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/kits/translation/TranslatorRosterTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/kits/translation/TranslatorRosterTest.cpp b/src/tests/kits/translation/TranslatorRosterTest.cpp index 343a704306..1f1f59bfdc 100644 --- a/src/tests/kits/translation/TranslatorRosterTest.cpp +++ b/src/tests/kits/translation/TranslatorRosterTest.cpp @@ -291,7 +291,7 @@ void TranslatorRosterTest::GetAllTranslatorsTest() { // no translators NextSubTest(); BTranslatorRoster roster; - CPPUNINT_ASSERT( + CPPUNIT_ASSERT( roster.GetAllTranslators(&translators, &num_translators) == B_NO_ERROR); NextSubTest();