projects
/
gitk
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
497c6cf
)
Extended the test set
pt/testable
author
Pat Thoyts
<patthoyts@users.sourceforge.net>
Mon, 8 Mar 2010 10:21:53 +0000
(10:21 +0000)
committer
Pat Thoyts
<patthoyts@users.sourceforge.net>
Mon, 8 Mar 2010 10:21:53 +0000
(10:21 +0000)
tests/path_filter.test
patch
|
blob
|
history
diff --git
a/tests/path_filter.test
b/tests/path_filter.test
index 3f9322ce9d25c0ef98fa0f0a3e4bef4c577b6cfd..b0e1e4fe8c4e3c03e6b13443e13b7946c3aec9cb 100644
(file)
--- a/
tests/path_filter.test
+++ b/
tests/path_filter.test
@@
-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 {