Home | Info | Community | Development | myReactOS | Contact Us
[protected]
Definition at line 57 of file rope_test.cpp.
{ #if defined (STLPORT) && !defined (_STLP_NO_EXTENSIONS) && !defined (_STLP_USE_NO_IOSTREAMS) char const* cstr = "rope test string"; crope rstr(cstr); { ostringstream ostr; ostr << rstr; CPPUNIT_ASSERT( ostr ); CPPUNIT_ASSERT( ostr.str() == cstr ); } #endif }