The rounded corners look really dumb at this size.
[wxWidgets.git] / tests / file / dir.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-04-22  Vadim ZeitlinAdd test for correct short/long file names in wxDir.
2012-05-04  Vadim ZeitlinAdd wxDir::GetNameWithSep() and use it to avoid consecu...
2012-05-04  Vadim ZeitlinDon't remove the last slash from "/" directory name...
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS checks and __WXMSW__ for GUI...
2010-10-03  Vadim ZeitlinFix DirTestCase to run on the systems without "C:"...
2010-06-21  Francesco Montorsibetter DirTestCase::DirExists test;
2010-06-21  Vadim ZeitlinCorrect the expected result of directory existence...
2010-06-19  Francesco MontorsiMove dir tests from the console sample to DirTestCase