Oops! I didn't intend to check this in yet, I'm in the middle of debugging.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5902 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matthew Wilber 2004-01-04 19:50:08 +00:00
parent a0c057d441
commit 0192d8f363

View File

@ -256,6 +256,9 @@ TranslateTests(STXTTranslatorTest *ptest, BTranslatorRoster *proster,
CPPUNIT_ASSERT(dmallio.SetSize(0) == B_OK);
CPPUNIT_ASSERT(proster->Translate(&mallio, NULL, NULL, &dmallio,
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);
// Convert to B_STYLED_TEXT_FORMAT