add missing tests (closes #10692)
[wxWidgets.git] / tests /
2009-04-04  Vadim Zeitlinrevert r60023 and really fixed compilation problems...
2009-04-04  Vadim Zeitlincompilation fix after r60017
2009-04-04  Michael WetherellFixes for archive tests on Windows.
2009-04-04  Vadim Zeitlinfix the test for !wxUSE_UNICODE_UTF8 builds: don't...
2009-04-04  Vadim Zeitlinfix VsnprintfTestCase::P() for mingw32 which may use...
2009-04-04  Vadim Zeitlinfix test failure on glibc systems which do not use...
2009-04-04  Vadim Zeitlinno changes, just fixed typo in an error message
2009-04-03  Stefan Csomoradjusting DATE_TIME_FMT on OS X
2009-04-03  Vadim Zeitlinfix the test case which wrongly relied on wxString...
2009-04-03  Vadim Zeitlinfix the test case which wrongly relied on wxString...
2009-04-03  Vadim Zeitlinavoid the ugly hack with adding an empty string to...
2009-04-03  Vadim Zeitlinadd possibility to choose the locale (useful for Window...
2009-04-03  Vadim Zeitlinuse correct expected values for Windows and OS X
2009-04-01  Vadim Zeitlindon't run wxPATH_NORM_LONG test on systems where the...
2009-04-01  Vadim Zeitlinexpect 4 digit year in French locale under all platforms
2009-03-30  Vadim Zeitlincorrect French short date format for glibc; added more...
2009-03-30  Vadim Zeitlinallow running tests whose names don't end with TestCase...
2009-03-30  Vadim Zeitlinonly Linux/glibc seem to use periods as date separator...
2009-03-29  Vadim ZeitlinAdded wxLOCALE_DATE/TIME_FMT support to wxLocale::GetIn...
2009-03-27  Václav Slavíksplit wxCharTypeBuffer<T> into wxScopedCharTypeBuffer...
2009-03-26  Vadim Zeitlinalways declare TestStrip(), it is now available even...
2009-03-26  Vadim Zeitlinimplement deprecated wxStripExtension() in terms of...
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 Zeitlinbuild bot systems don't manage to generate enough ticks...
2009-03-26  Vadim Zeitlinremove unused variable
2009-03-25  Vadim Zeitlinproduce a better looking report with --time option...
2009-03-25  Vadim Zeitlinensure the number of values we expect to record in...
2009-03-25  Vadim Zeitlincorrect order of parameters in CPPUNIT_ASSERT_EQUAL
2009-03-25  Vadim Zeitlinfix tests for the release builds
2009-03-25  Vadim Zeitlindon't log std::exceptions ourselves, let cppunit do...
2009-03-25  Vadim Zeitlingive more detailed message when the test fails in TestT...
2009-03-25  Francesco Montorsifix the FontTestCase::GetSet unit so that it passes...
2009-03-25  Vadim Zeitlintrap CRT assertions and report assertions which happen...
2009-03-25  Francesco MontorsiPCH less build fix
2009-03-24  Francesco Montorsimake sure that wxSystemSettings::GetFont/GetColour...
2009-03-24  Vadim Zeitlinadded GetEnglish{Month,WeekDay}Name()
2009-03-24  Vadim Zeitlindiscard the time zone part of strings being parsed...
2009-03-24  Vadim Zeitlinfix parsing methods for non-ASCII strings (e.g. dates...
2009-03-23  Vadim Zeitlinenforce "C" locale for tests which can't work in any...
2009-03-23  Vadim Zeitlingive better error messages when tests fail
2009-03-23  Francesco Montorsismall changes to make the test run fine on wxMSW, too;
2009-03-23  Francesco Montorsiput wxSetLocale() call in setUp() as VC6 still fails...
2009-03-23  Francesco Montorsimake sure that wxProcess always have a valid PID set...
2009-03-23  Francesco Montorsiadds proper detection of tests success/failure; clear...
2009-03-23  Vadim Zeitlininitialize NUM_COLS correctly in columns order test...
2009-03-23  Francesco Montorsifix typo; use C locale for VsnprintfTestCase
2009-03-23  Francesco Montorsithis one should really work
2009-03-23  Francesco Montorsifix the build fix
2009-03-23  Francesco Montorsiblind carbon build fix
2009-03-23  Francesco Montorsitry to remove /B from EXIT commands; prints a "separato...
2009-03-22  Francesco Montorsifix building tests in release mode
2009-03-22  Vadim Zeitlincorrect syntax (patterns need to be escaped)
2009-03-22  Vadim Zeitlinmoved the check for correct implementation of wxEvent...
2009-03-22  Vadim Zeitlinset the PATH to contain ../lib/*_dll directories before...
2009-03-22  Vadim Zeitlinadded wxStaticCast() unit test
2009-03-22  Vadim Zeitlincompilation fix for wxUSE_STD_STRING==0
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2009-03-21  Francesco Montorsiuse /b option with the EXIT command
2009-03-21  Francesco Montorsifix for PCH-less builds
2009-03-21  Francesco Montorsirevert 59680; implement proper fix for wxMSW test failu...
2009-03-21  Francesco Montorsifixes for Italian locale: ignore a final 'CET' string...
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-03-20  Francesco Montorsiadd the ToCLong, ToCULong and ToCDouble functions,...
2009-03-20  Francesco Montorsicomment-out tests provoking a low-level assert from...
2009-03-19  Francesco Montorsifix constant value for 32bit machines
2009-03-19  Francesco Montorsiextend wxXLocale with wxStrto[d,l,ul] functions; make...
2009-03-18  Francesco Montorsiadd a wxFont test unit (currently GetFamily and the...
2009-03-17  Vadim Zeitlinallow using CPPUNIT_ASSERT_EQUAL(int,unsigned) even...
2009-03-16  Francesco Montorsidon't fail on machines without french support installed
2009-03-16  Francesco Montorsifix compilation with gcc 4.3.3 (and libcppunit 1.12...
2009-03-15  Kevin OllivierRebake after last change.
2009-03-13  Kevin OllivierRebake after Mac bundle change.
2009-03-11  Vadim Zeitlindisable IPC test completely as it prevents the test...
2009-03-11  Václav Slavíkrenamed ATTRIBUTE_PRINTF to WX_ATTRIBUTE_PRINTF to...
2009-03-07  Vadim Zeitlinoptimize Replace() to use a linear algorithm (closes...
2009-03-06  Vadim Zeitlinadded wxZlibStream::SetDictionary() (closes #10551)
2009-03-02  Kevin OllivierLand the rest of the changes made by a rebake after...
2009-02-25  Vadim Zeitlinreplace templae Connect() overloads with separate Bind...
2009-02-18  Francesco Montorsimake the testcase more readable; add a few checks to...
2009-02-17  Francesco Montorsifixed test failures under wxMSW when using our wxVsnpri...
2009-02-17  Francesco Montorsirevert debugging modifications and build into test...
2009-02-12  Vadim Zeitlinmade wxArrayString::assign(iterator, iterator) a templa...
2009-02-07  Vadim Zeitlinfix other insert() overloads to work when inserting...
2009-02-07  Vadim Zeitlinfix wxList::erase(it, end()) in non-STL build (see...
2009-02-07  Vadim Zeitlinadd semicolons after wxDEFINE_EVENT()
2009-02-06  Vadim Zeitlincompilation fix for wxEVENTS_COMPATIBILITY_2_8 case
2009-02-06  Vadim Zeitlinallow handling events in a function taking the base...
2009-02-02  Vadim ZeitlinChanges to template Connect() to make it compile with...
2009-02-01  Vadim Zeitlinmove evthandler.cpp to non-GUI test as it doesn't requi...
2009-02-01  Vadim Zeitlintest that the connected event handler is really called...
2009-02-01  Vadim Zeitlindisable warning about using deprecated wxStripExtension...
2009-02-01  Vadim Zeitlinadd a unit test for new events (see #10000)
2009-01-28  Vadim Zeitlincorrect wxDateTime DST begin/end computations for years...
2009-01-25  Francesco MontorsiChange in wxWindow the access specifier of the wxEvtHan...
2009-01-21  Vadim Zeitlinfix wxURI::GetUser() for URIs without password; added...
2009-01-17  Vadim Zeitlinimplement wxTreeCtrl::ItemHasChildren() properly for...
2009-01-17  Vadim Zeitlincompilation fix for VC7 which seems to somehow lose...
2009-01-17  Vadim Zeitlinadd wx/app.h for PCH-less compilation
next