]> git.saurik.com Git - wxWidgets.git/history - tests/mbconv
added a unit test for input/output file streams and fixed the problem it exposed...
[wxWidgets.git] / tests / mbconv /
2008-06-01  Vadim Zeitlinadded wxTextOutputStream::Flush(): this is necessary...
2008-05-31  Vadim Zeitlinmake test failure in TestStreamDecoder more informative
2008-05-31  Vadim Zeitlinuse more informative CPPUNIT_ASSERT_EQUAL instead of...
2007-07-23  Vadim Zeitlincompilation fix
2007-06-28  Václav Slavíkuse same names for test suites as the ones in ./test -l
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-04-28  Michael WetherellRegister the test under the name displayed by "./test -l"
2007-04-10  Václav Slavíkreverted previous commit and added a comment explaining...
2007-04-10  Václav Slavíkremoved unused CByteArrayFormat function
2007-04-05  Vadim Zeitlincorrected signed/unsigned comparison warning
2006-04-05  Vadim Zeitlinname the test just MBConv instead of MBConvTestCase
2006-04-05  Vadim Zeitlintests for wxConvAuto
2005-09-10  Michael WetherellCompile fix for VC++ 5
2005-08-18  Michael Wetherellwcslen and wcscmp replacements for systems that lack...
2005-08-08  Michael WetherellwxMBConv test cases, patch 1179989 from Vince Harron
2005-08-08  Michael WetherellReplacements for some wcsxxx funcs for systems without...
2005-04-03  Michael WetherellCheck the returned length too in the utf-8 tests
2005-03-30  Michael WetherellTests for UTF-8 and PUA characters and octal escapes
2004-11-22  Ryan Norton[ 1068188 ] Precompiled header for the test program...
2004-10-31  Ryan NortonRename some tests to avoid conflicts with project build...
2004-06-23  Václav Slavíkcompilation fix for gcc-3.4
2004-06-19  Václav Slavíkmoved wxFontMapper tests to its own file and testcase
2004-06-18  Włodzimierz SkibaCharsets part moved from console sample to test unit.
2004-04-01  Václav SlavíkBCC fixes
2004-03-05  Václav Slavíkcompilation fix
2004-03-03  Václav Slavíkno longer needed
2004-03-03  Václav Slavíkcompilation fix for unicode
2004-02-15  Vadim Zeitlinadded (draft of) a unit test for wxMBConv