]> git.saurik.com Git - wxWidgets.git/commit
Add test for correct short/long file names in wxDir.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Apr 2013 00:32:55 +0000 (00:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Apr 2013 00:32:55 +0000 (00:32 +0000)
commit98a177f45ae532299f45c10e3efcee107a85b2ec
tree91c1ccf0270365e698d5a1dbc731b979908c9d15
parent9483e1ac7739c2f920067c2a9343f1b158bc975c
Add test for correct short/long file names in wxDir.

Verify that enumerating the files using the pattern *.foo doesn't match
*.foo.bar files, as it used to do under MSW.

See #3432.

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