don't run wxPATH_NORM_LONG test on systems where the short file names are disabled
[wxWidgets.git] / tests / filename / filenametest.cpp
2009-04-01  Vadim Zeitlindon't run wxPATH_NORM_LONG test on systems where the...
2009-03-26  Vadim Zeitlinalways declare TestStrip(), it is now available even...
2009-03-26  Vadim Zeitlinimplement deprecated wxStripExtension() in terms of...
2009-02-01  Vadim Zeitlindisable warning about using deprecated wxStripExtension...
2009-01-07  Francesco Montorsirewrite wxContractPath as wxFileName::ReplaceEnvVariabl...
2008-11-19  Vadim Zeitlinfix comparison in Normalize() test
2008-11-03  Vadim Zeitlinreally fix VC6 compilation of all testsi (without break...
2008-10-12  Vadim Zeitlindon't replace . and .. with the corresponding directoti...
2008-09-27  Vadim Zeitlinfix VC9 compilation: FileNameInfo identifier conflicts...
2008-07-18  Vadim Zeitlinget rid of special WX_ASSERT_FOO_EQUAL macros by defini...
2008-05-24  Vadim Zeitlindo case normalization after long path one, this fixes...
2008-05-18  Vadim Zeitlinadd tests for wxPATH_NORM_CASE (unsuccessfully trying...
2008-05-18  Vadim Zeitlinwork around VC7 compiler bug resulting in a warning...
2008-01-27  Václav Slavíkconverting temporary wxString to const wxChar* and...
2008-01-13  Vadim Zeitlincompilation fixes for VC6
2007-04-10  Václav Slavíkfixed typo: _T(), not _()
2006-12-17  Vadim Zeitlincorrected tests to deal with multiple consecutive ...
2006-12-17  Vadim Zeitlinadded test for parsing c:\\aaa\bbb\ccc paths (aaa shoul...
2006-12-16  Vadim Zeitlinfor for initializing wxFileName with empty string retur...
2006-12-09  Vadim ZeitlinUnicode compilation fixes
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-10-29  Michael WetherellCompile fix for no-pch.
2006-10-26  Robert Roebling [ 1585253 ] Various important bugfixes to wxFileName...
2006-08-13  Vadim Zeitlinfixed wrong test (patch 1532411)
2006-04-02  Vadim Zeitlinadded filename comparison test
2005-05-23  Włodzimierz SkibaUnicode fix.
2005-05-04  Vadim Zeitlinadded (trivial) GetLong/ShortPath() test
2005-02-28  Vadim Zeitlinsupport filenames with empty extension (foo.) (bug...
2004-12-02  Ryan Nortonbetter name - add newline to end of file for dumber...
2004-12-01  Ryan Nortonadd wxStripExtension test
2004-11-22  Ryan Norton[ 1068188 ] Precompiled header for the test program...
2004-11-07  Vadim Zeitlinhandle volume part of the path correctly in wxFileName...
2004-10-31  Ryan NortonRename some tests to avoid conflicts with project build...