]> git.saurik.com Git - wxWidgets.git/commit
better DirTestCase::DirExists test;
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 21 Jun 2010 19:47:14 +0000 (19:47 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 21 Jun 2010 19:47:14 +0000 (19:47 +0000)
commit10dee2ae3f8b16d31f02cd9a472b77014d05f668
treefab0016e1bf3165867ab44caa142c1290c77aa26
parentd6609db5a734520636d931e417f13167495e2ad4
better DirTestCase::DirExists test;
fix test cases /usr//bin and /usr///bin: they succeed because wxDir::Exists does not care about redundant path separator (and this holds also for non-Unix platforms);
add some more test case

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/file/dir.cpp