Removed the debugging code mistakenly added in the last check in
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5903 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -256,9 +256,6 @@ TranslateTests(STXTTranslatorTest *ptest, BTranslatorRoster *proster,
|
|||||||
CPPUNIT_ASSERT(dmallio.SetSize(0) == B_OK);
|
CPPUNIT_ASSERT(dmallio.SetSize(0) == B_OK);
|
||||||
CPPUNIT_ASSERT(proster->Translate(&mallio, NULL, NULL, &dmallio,
|
CPPUNIT_ASSERT(proster->Translate(&mallio, NULL, NULL, &dmallio,
|
||||||
B_TRANSLATOR_TEXT) == B_OK);
|
B_TRANSLATOR_TEXT) == B_OK);
|
||||||
BFile testOut("/tmp/stxt_tran_dmallio.out", B_WRITE_ONLY | B_CREATE_FILE | B_ERASE_FILE);
|
|
||||||
proster->Translate(&mallio, NULL, NULL, &testOut, B_TRANSLATOR_TEXT);
|
|
||||||
debugger("foo");
|
|
||||||
CPPUNIT_ASSERT(CompareStreams(dmallio, plain_file) == true);
|
CPPUNIT_ASSERT(CompareStreams(dmallio, plain_file) == true);
|
||||||
|
|
||||||
// Convert to B_STYLED_TEXT_FORMAT
|
// Convert to B_STYLED_TEXT_FORMAT
|
||||||
|
|||||||
Reference in New Issue
Block a user