]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/filename/filenametest.cpp
No changes, just fix unused variables and parameters warnings.
[wxWidgets.git] / tests / filename / filenametest.cpp
index ce964f54b9f3b53ae9cec67b43ddf529f7421c6b..7e85380c1bf7cb3f352fcc791a13938e503a9ec3 100644 (file)
@@ -315,6 +315,8 @@ void FileNameTestCase::TestNormalize()
 
         // test wxPATH_NORM_DOTS
         { "a/.././b/c/../../", wxPATH_NORM_DOTS, "", wxPATH_UNIX },
+        { "./", wxPATH_NORM_DOTS, "", wxPATH_UNIX },
+        { "b/../", wxPATH_NORM_DOTS, "", wxPATH_UNIX },
 
         // test wxPATH_NORM_TILDE: notice that ~ is only interpreted specially
         // when it is the first character in the file name