aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2009-01-27 20:21:56 +0100
committerLars Hjemli <hjemli@gmail.com>2009-01-27 20:21:56 +0100
commit1fdde95a5a169ad2240460b1d3f25bae606527f5 (patch)
tree6db50f36114ee1bc29cf39dedc05e0106b886b8a /tests
parentMerge branch 'lh/stats' (diff)
parentchanged objects are outputted, allowing for selections of code only (diff)
downloadcgit-1fdde95a5a169ad2240460b1d3f25bae606527f5.tar.xz
cgit-1fdde95a5a169ad2240460b1d3f25bae606527f5.zip
Merge branch 'og/tree-view-selection'
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/t0104-tree.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/t0104-tree.sh b/tests/t0104-tree.sh
index 33f4eb0..2ce1251 100755
--- a/tests/t0104-tree.sh
+++ b/tests/t0104-tree.sh
@@ -11,11 +11,11 @@ run_test 'find file-50' 'grep -e "file-50" trash/tmp'
run_test 'generate bar/tree/file-50' 'cgit_url "bar/tree/file-50" >trash/tmp'
run_test 'find line 1' '
- grep -e "<a id=.n1. name=.n1. href=.#n1.>1</a>" trash/tmp
+ grep -e "<a class=.no. id=.n1. name=.n1. href=.#n1.>1</a>" trash/tmp
'
run_test 'no line 2' '
- ! grep -e "<a id=.n2. name=.n2. href=.#n2.>2</a>" trash/tmp
+ ! grep -e "<a class=.no. id=.n2. name=.n2. href=.#n2.>2</a>" trash/tmp
'
run_test 'generate foo+bar/tree' 'cgit_url "foo%2bbar/tree" >trash/tmp'