Typo fixes (precompilatixon)
[wxWidgets.git] / tests /
2006-04-15  Vadim Zeitlinadded wxString::rbegin() and rend()
2006-04-05  Vadim Zeitlinname the test just MBConv instead of MBConvTestCase
2006-04-05  Vadim Zeitlinname the test just Unicode instead of UnicodeTestCase
2006-04-05  Vadim Zeitlinrebaked after adding convautotest.cpp
2006-04-05  Vadim Zeitlintests for wxConvAuto
2006-04-04  Vadim Zeitlincorrected mistake in the UTF-16 test on big endian...
2006-04-02  Vadim ZeitlinApple gcc compilation fixes: for it size_t and unsigned...
2006-04-02  Vadim Zeitlinproperly terminate UTF-32 test string
2006-04-02  Vadim Zeitlinadded filename comparison test
2006-04-02  Vadim Zeitlinadded UTF-32 test
2006-04-02  Vadim Zeitlinadded test UTF-16 string with embedded NUL NUL which...
2006-04-02  Vadim Zeitlinadded test UTF-16 string with embedded NUL NUL not...
2006-04-01  Vadim Zeitlinlet the UTF7 test fail but not crash
2006-04-01  Vadim Zeitlinregenerated to add textfiletest
2006-04-01  Vadim Zeitlinmade DoTestConversion() work with strings containing...
2006-03-31  Vadim Zeitlinadded missing licence information
2006-03-31  Vadim Zeitlinadded UTF16 test
2006-03-31  Vadim Zeitlintest predefined wxConvUTF[78] too
2006-03-31  Vadim Zeitlinthe expected test result was wrong, corrected; also...
2006-03-31  Vadim Zeitlinfixed if/idef wxHAVE_U_ESCAPE mixup
2006-03-31  Vadim Zeitlinuse wxHAVE_U_ESCAPE to accomodate old compilers
2006-03-31  Vadim Zeitlinenable tests using \u escapes for VC7; replaced compile...
2006-03-31  Vadim Zeitlinmoved wide char conversion tests to their own file
2006-03-31  Vadim Zeitlinremoved wxTextFile test case, what was it doing here?
2006-03-31  Vadim Zeitlinadded tests for UTF8 and UTF16 files
2006-03-31  Vadim ZeitlinUnicode compilation fixes
2006-03-31  Vadim Zeitlinadded unit test for wxTextFile (reading only for now)
2006-03-21  Vadim Zeitlinadded ParseDate() tests; use CPPUNIT_ASSERT_EQUAL to...
2006-02-15  Michael WetherellThe cyrillic characters used in the CaseChanges() test...
2006-02-15  Michael WetherellWarning fix
2006-02-15  Michael WetherellFix for 64-bit systems
2006-02-15  Michael WetherellCheck encoding names case insensitively
2006-02-11  Vadim Zeitlinadded support for 64 bit ints in wx stream classes...
2006-02-11  Vadim Zeitlincompilation fixes for wxUSE_DATETIME==0 (another part...
2006-02-10  Vadim Zeitlinregenerated all makefiles with bakefile 0.2.0; removed...
2006-02-10  Vadim Zeitlinadded wxRect::CentreIn()
2006-02-09  Vadim Zeitlinmore standard (although less RFC-conformant) treatment...
2006-02-05  Roger Gammans Add flags to test dates struct which allow us to skip...
2006-02-05  Roger GammansFix for compiler error with gcc 3.3.5 and cppunit 1...
2006-01-21  Michael WetherellRebake all the VC++ project files and makefiles
2006-01-06  Vadim ZeitlinUnicode compilation fix
2006-01-06  Vadim Zeitlinadded GetString() test
2005-12-24  Vadim Zeitlin1. changed wxStringTokenizer to not modify the string...
2005-12-24  Vadim Zeitlinadded a couple more wxTOKEN_RET_DELIMS tests
2005-12-23  Vadim Zeitlineven more test cases
2005-12-23  Vadim Zeitlincorrected expected test results to conform to current...
2005-12-23  Vadim Zeitlinmore test cases
2005-12-22  Vadim ZeitlinUnicode compilation fix
2005-12-22  Vadim Zeitlinregenerated makefiles after adding tokenizer.cpp
2005-12-21  Vadim Zeitlincompilation test for Unicode build
2005-12-20  Vadim Zeitlinadded tests showing that current wxStringTokenizer...
2005-12-20  Vadim Zeitlinextracted wxStringTokenizer tests in their own file...
2005-12-20  Vadim Zeitlinextracted wxStringTokenizer tests in their own file...
2005-12-18  Michael WetherellIn the past some streams returned Eof() before the...
2005-11-30  Vadim Zeitlinadded test for wxString::Format() string truncation...
2005-11-27  Michael Wetherellwx_wcscmp is only used in unicode mode so wrap in ...
2005-11-25  David ElliottRan make -f build/autogen.mk
2005-11-20  Dimitri Schoolwerthapplied patch #1356901 "Yet another removal of extra...
2005-11-11  Michael WetherellWarning fixes
2005-11-09  Michael WetherellRegenerate Makefile.in, configure and the VC++ project...
2005-10-16  Michael WetherellRegenerate the msvc makefiles after TARGET_CPU option...
2005-10-15  Michael WetherellTemporarily disable test that takes a long time to...
2005-10-15  Michael WetherellCompilation fix for platforms where size_t is larger...
2005-10-15  Michael WetherellCompilation fix, templates are broken on 64-bit VC...
2005-10-03  Vadim Zeitlinregenerated after version.bkl changes fixing -compatibi...
2005-10-01  David ElliottRan bakefile -f autoconf and autoconf.
2005-09-27  Michael WetherellExtend the hashmap tests to cover integer and pointer...
2005-09-11  Vadim Zeitlinadded ToLong/ULong/Double() tests
2005-09-10  Michael WetherellCompile fix for VC++ 5
2005-08-28  Vadim ZeitlinFixed several bugs in wxDateTime timezone handling:
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-08-08  Michael WetherellComment typo fixes from Vince Harron
2005-08-03  Michael WetherellRebake after MSLU and other changes
2005-07-28  Julian SmartRebake for 2.6.2
2005-07-20  Vadim Zeitlinregenerated to include scope guard test
2005-07-04  Michael WetherellEliminate non-ascii chars from generated include file
2005-07-01  Vadim Zeitlinadded test for HasGroup() bug
2005-06-19  Vadim Zeitlinadded scopeguardtest.cpp
2005-06-17  Włodzimierz SkibaPatch #1222244: Fixes for bug #1212853 with unit test.
2005-06-16  Vadim Zeitlinadded test for wxScopeGuard
2005-06-07  Vadim Zeitlinadded tests of more URLs in URITestCase::URLCompat()
2005-06-07  Vadim Zeitlinfix for fixing of escape sequences (patch 1213416)
2005-05-31  Michael WetherellChange 'test -e' to 'test -f' for Sun
2005-05-31  Julian SmartBaked files for 2.6.1
2005-05-23  Włodzimierz SkibaUnicode fix.
2005-05-04  Vadim Zeitlinadded (trivial) GetLong/ShortPath() test
2005-05-01  Michael WetherellChange the format of the output so that you can jump...
2005-04-26  Mattia Barbon Correct wxArrayString::Add return value as per the...
2005-04-25  Michael WetherellCompilation fix
2005-04-17  Julian SmartRenewed makefiles after reverting run-time lib change
2005-04-17  Julian SmartRegenerated makefiles for runtime lib change
2005-04-17  Michael WetherellUse 'test -f' since Sun's shell doesn't have 'test -e'
2005-04-11  Julian SmartChanged version number
2005-04-11  Ryan NortonAdd reverse case too
2005-04-11  Ryan Nortonfix wxString::Replace when new strings are longer than...
2005-04-08  Ryan Nortonyet more wxString tests for null chars
2005-04-07  Michael WetherellRedo the previous warning fix
2005-04-07  Michael WetherellWarning fix
next