Don't remove the last slash from "/" directory name under Unix.
[wxWidgets.git] / tests / file / dir.cpp
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