fixed path of test text file

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2311 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matthew Wilber
2002-12-28 04:04:42 +00:00
parent 004a0bc5b0
commit b5786abca8
@@ -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);