]> git.saurik.com Git - wxWidgets.git/commit
Fix unit test added in r62561 to work under Windows too.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 Nov 2009 18:20:05 +0000 (18:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 Nov 2009 18:20:05 +0000 (18:20 +0000)
commitacaa833787f4e7ae6d19ac98da1f2b3f3969fedf
treea1b0ab0eee3379453f456693ad759484ed6ece24
parentd4953dd4690bcaf6476ba5d93a01651ec4e91692
Fix unit test added in r62561 to work under Windows too.

The unit test checking that slashes were allowed in UNCs too didn't work under
Windows because GetPath() returned volume as part of the path there (and also
used backslashes by default), fix it.

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