Extended the test set pt/testable
authorPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 8 Mar 2010 10:21:53 +0000 (10:21 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 8 Mar 2010 10:21:53 +0000 (10:21 +0000)
tests/path_filter.test

index 3f9322ce9d25c0ef98fa0f0a3e4bef4c577b6cfd..b0e1e4fe8c4e3c03e6b13443e13b7946c3aec9cb 100644 (file)
@@ -6,14 +6,19 @@ source [file join [file dirname [testsDirectory]] gitk]
 
 
 set tests {
-    1  ""   gitk   0
-    2  .    gitk   1
-    3  ./   gitk   1
-    4  po   po/de.po  1
-    5  ./po po/de.po 1
-    6  po   gitk   0
-    7  po   a/b    0
-    8  a    a/b/c  1
+    1  ""     gitk   0
+    2  .      gitk   1
+    3  ./     gitk   1
+    4  po     po/de.po  1
+    5  ./po   po/de.po 1
+    6  po     gitk   0
+    7  po     a/b    0
+    8  a      a/b/c  1
+    9  po/..  gitk  1
+    10 po/../po po/de.po 1
+    11 po/../b  po/de.po 0
+    12 ./././.  gitk 1
+    12 po/.././ gitk 1
 }
 foreach {id filter name result} $tests {
     test path_filter-$id "path_filter $filter $name" -body {