]> git.saurik.com Git - wxWidgets.git/commit
Correct the expected result of directory existence check.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Jun 2010 12:19:14 +0000 (12:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Jun 2010 12:19:14 +0000 (12:19 +0000)
commitc14ae7f5b3cec2d91e87c8d43ee11cb4fed9827d
tree267be884603adfc8d78b9eedf819a997b9cc1917
parentae4ea4e862622e150a9968d7f096b1270ee3d578
Correct the expected result of directory existence check.

As /.. is the same as /, a directory with any number of ".." in it will always
exist.

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