better luck next time

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1724 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper 2002-10-27 12:48:28 +00:00
parent a2117f0bc7
commit a44a6ed6d0
1 changed files with 1 additions and 1 deletions

View File

@ -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();