Index: libs/test/test/token_iterator_test.cpp =================================================================== RCS file: /cvsroot/boost/boost/libs/test/test/token_iterator_test.cpp,v retrieving revision 1.1 diff -u -p -b -B -r1.1 token_iterator_test.cpp --- libs/test/test/token_iterator_test.cpp 5 Jun 2004 11:04:50 -0000 1.1 +++ libs/test/test/token_iterator_test.cpp 20 Jul 2004 13:19:24 -0000 @@ -44,8 +44,8 @@ void test_default_delim_policy() void test_wide() { - utf::wstring_token_iterator tit( L"Почему бы и нет" ); - wchar_t const* res[4] = { L"Почему", L"бы", L"и", L"нет" }; + utf::wstring_token_iterator tit( L"\317\356\367\345\354\363 \341\373 \350 \355\345\362" ); + wchar_t const* res[4] = { L"\317\356\367\345\354\363", L"\341\373", L"\350", L"\355\345\362" }; BOOST_CHECK_EQUAL_COLLECTIONS( tit, wsti_end, res ); }