From b5786abca826e8d6987aab21ac30e07920de2624 Mon Sep 17 00:00:00 2001 From: Matthew Wilber Date: Sat, 28 Dec 2002 04:04:42 +0000 Subject: [PATCH] fixed path of test text file git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2311 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/kits/translation/TranslationUtilsTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/kits/translation/TranslationUtilsTest.cpp b/src/tests/kits/translation/TranslationUtilsTest.cpp index 62a378d248..4dc7b9f631 100644 --- a/src/tests/kits/translation/TranslationUtilsTest.cpp +++ b/src/tests/kits/translation/TranslationUtilsTest.cpp @@ -222,7 +222,7 @@ TranslationUtilsTest::GetPutStyledTextTest() CPPUNIT_ASSERT(ptextview); ptextview->SetStylable(false); BFile stylfile( - "../src/tests/kits/translation/data/styled_text.stxt", + "../src/tests/kits/translation/data/text/sentence.stxt", B_READ_ONLY); CPPUNIT_ASSERT(stylfile.InitCheck() == B_OK); CPPUNIT_ASSERT(BTranslationUtils::GetStyledText(&stylfile, ptextview) == B_OK);