comment improvements/fixes
[wxWidgets.git] / tests /
2006-11-11  Vadim Zeitlinalso check for RenameGroup() calls which don't/shouldn...
2006-11-11  Vadim Zeitlinextend RenameGroup() test to demonstrate the bug 705022
2006-11-11  Vadim Zeitlinuse CPPUNIT_ASSERT_EQUAL() to be able to see the error...
2006-11-10  Michael WetherellA couple more tests.
2006-11-10  Michael WetherellMissing header.
2006-11-10  Robin DunnMove version number to 2.8.0.0 and rebake the makefiles
2006-11-10  Vadim Zeitlindisable bogus test
2006-11-09  Michael WetherellAdditional tests for wxVsnprintf, originally to test...
2006-11-08  Vadim Zeitlinfix Normalize() test by using dummy working directory...
2006-11-08  Vadim Zeitlinuse CPPUNIT_ASSERT_MESSAGE() to show which test exactly...
2006-11-08  Vadim Zeitlinuse CPPUNIT_ASSERT_MESSAGE() to show which test exactly...
2006-11-04  Vadim Zeitlinrebaked with baefile rev 928
2006-11-04  Vadim Zeitlindefine arrays of chartoo as the existing ones can't...
2006-10-29  Michael WetherellCompile fix for no-pch.
2006-10-29  Michael WetherellCompile fix after GetC return type changed from char...
2006-10-29  Michael WetherellCompile fix for 64-bit.
2006-10-28  Robin DunnMoved version number to 2.7.2.0 and rebaked
2006-10-28  Vadim Zeitlinavoid gcc warnings about missing braces in an aggregate...
2006-10-28  Vadim Zeitlinfix gcc compilation warning
2006-10-28  Vadim Zeitlinadded wxString::ToLongLong() and ToULongLong() (feature...
2006-10-28  Vadim ZeitlinAlloc() doesn't clear the array any more, for consisten...
2006-10-28  Vadim Zeitlinverify that we checked all the array elements in TestST...
2006-10-27  Michael WetherellAdd tar stream tests.
2006-10-27  Michael WetherellInclude FindLength in the tests.
2006-10-26  Robert Roebling [ 1585253 ] Various important bugfixes to wxFileName...
2006-10-24  Michael WetherellAdd tests for wxBackingFile.
2006-10-23  Michael WetherellAdd tests for wxBackingFile.
2006-10-23  Michael WetherellCompile fix.
2006-10-22  Vadim Zeitlinmore printf() tests (slightly modified patch 1581936)
2006-10-22  Vadim Zeitlinfix compilation with PCH (patch 1581936)
2006-10-09  Robin DunnBumping the version number also requires that version...
2006-09-28  Vadim Zeitlinadded wxString::Contains() unit test
2006-09-28  Vadim ZeitlinVC7.1 warning fix about passing temporary as (non-const...
2006-09-24  Michael WetherellForward port test case that corrupts archives to see...
2006-09-17  Kevin OllivierCommiting re-baked files after wxListCtrl OS X additions.
2006-09-05  Vadim Zeitlinwx printf() implementation bug fixes ('%' handling...
2006-08-30  Michael WetherellUse CPPUNIT_ASSERT_EQUAL where possible to improve...
2006-08-28  Michael WetherellCompile fixes.
2006-08-28  Michael WetherellCompile fix.
2006-08-28  Michael WetherellWe can't define things in someone else's namespace.
2006-08-13  Vadim Zeitlindon't rely on system snprintf() for the tests (patch...
2006-08-13  Vadim Zeitlinfixed wrong test (patch 1532411)
2006-07-20  Vadim Zeitlinadded more time span formatting tests
2006-07-20  Vadim Zeitlinhandle negative time spans correctly in Format()
2006-07-20  Vadim Zeitlinfixed TestTimeFormat() test: and can use 2 digit...
2006-07-20  Vadim Zeitlinadded wxTimeSpan::Format() test
2006-07-14  Vadim Zeitlintest for the bug in HasEntry() which could create non...
2006-06-29  Julian SmartMoved wxRichTextCtrl to its own library
2006-06-27  Vadim Zeitlinfix handling of % in our printf implementation (part...
2006-06-14  Włodzimierz SkibawxString::Trim() test.
2006-05-30  Vadim Zeitlinfix the tests to pass with both gcc and msvc (2nd part...
2006-05-28  Vadim ZeitlinwxVsnprintf() implementation with positional parameters...
2006-05-28  Vadim Zeitlinadded assertion_traits<> specialization for wxString...
2006-05-06  Vadim Zeitlinadded ConversionEmpty() test
2006-05-06  Vadim Zeitlinadded wxString::EndsWith() (patch 1483049)
2006-04-21  Włodzimierz SkibaRemoval of first part of dsw files (as requested by...
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
next