add possibility to choose the locale (useful for Windows which doesn't honour LC_ALL &c)
[wxWidgets.git] / tests / test.cpp
2009-04-03  Vadim Zeitlinadd possibility to choose the locale (useful for Window...
2009-03-30  Vadim Zeitlinallow running tests whose names don't end with TestCase...
2009-03-26  Vadim Zeitlinno changes, just some cleanup (use compile-time asserts...
2009-03-26  Vadim Zeitlinswitch off logging sooner (closes #10646)
2009-03-26  Vadim Zeitlinremove unused variable
2009-03-25  Vadim Zeitlinproduce a better looking report with --time option...
2009-03-25  Vadim Zeitlindon't log std::exceptions ourselves, let cppunit do...
2009-03-25  Vadim Zeitlintrap CRT assertions and report assertions which happen...
2009-03-22  Vadim Zeitlincompilation fix for wxUSE_STD_STRING==0
2009-03-21  Francesco Montorsirevert 59680; implement proper fix for wxMSW test failu...
2009-03-21  Francesco Montorsitry to use 0/1 instead of the cstdlib' EXIT_SUCCESS...
2009-03-21  Francesco Montorsiallow to give the testcase name without the final ...
2009-01-16  Vadim Zeitlinadd a unit test checking that events are really propaga...
2008-12-21  Vadim Zeitlindon't show assert message boxes in debug build but...
2008-11-18  Vadim Zeitlinfix compilation with cppunit 1.9 (which doesn't have...
2008-11-05  Vadim Zeitlinadd command line options for displaying the test name...
2008-08-27  Vadim Zeitlinunbuffer cout to work around bug in Debian version...
2008-07-19  Vadim Zeitlinno changes, just removed an unnecessary semicolon at...
2008-05-30  Vadim Zeitlindon't run vsnprintf() test if we're using the system...
2008-01-13  Vadim Zeitlincompilation fixes for VC6
2007-09-26  Vadim Zeitlinadded unit test for some of wxTextCtrl methods and...
2007-09-14  Vadim Zeitlinfix wxCmdLineEntryDesc compilation after latest changes
2007-09-10  Václav Slavíkcompilation fix after wxCmdLineEntryDesc changes
2007-02-11  Vadim Zeitlinwarn if wxVsnprintf() is not being used
2005-05-01  Michael WetherellChange the format of the output so that you can jump...
2004-11-25  Ryan Nortonpatch 1073385
2004-11-22  Ryan Norton[ 1068188 ] Precompiled header for the test program...
2004-11-21  Ryan NortonRemove silly include (from me I guess :))
2004-11-10  Włodzimierz SkibaPatch 1053127 - Test fixes.
2004-10-27  Ryan NortonwxURI. Move Convert/to/fromURI into uri.cpp so that...
2004-07-20  Włodzimierz SkibawxUSE_LOG fixes.
2004-04-25  Václav SlavíkDMC fixes
2004-04-21  Václav Slavíkmoved wxRegEx test from console to testsuite (patch...
2004-04-18  Václav Slavíksmall test suite improvements (patch 937094)
2004-04-01  Václav Slavíktest program improvements (patch 927429)
2004-03-03  Václav Slavíkapplied path 906264: test program