aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-05-26 10:31:53 -0700
committerJunio C Hamano <gitster@pobox.com>2011-05-26 10:31:53 -0700
commit229e72dd6a34a2fbe5998fbddde44cb00174a602 (patch)
tree7d2b61db566683eee0bd7394b09d857f3d9dbb82 /t
parent0a2a5d889dcd0982de31e1d4faee3242854d7b9d (diff)
parentd940c9015d1a770b4f8ed8e9b38cf3d16f47a6cd (diff)
downloadgit-229e72dd6a34a2fbe5998fbddde44cb00174a602.tar.gz
git-229e72dd6a34a2fbe5998fbddde44cb00174a602.tar.xz
Merge branch 'jn/ctags-more'
* jn/ctags-more: gitweb: Optional grouping of projects by category gitweb: Modularized git_get_project_description to be more generic gitweb: Split git_project_list_body in two functions
Diffstat (limited to 't')
-rwxr-xr-xt/t9500-gitweb-standalone-no-errors.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/t/t9500-gitweb-standalone-no-errors.sh b/t/t9500-gitweb-standalone-no-errors.sh
index 71ef0acb1..f5648a669 100755
--- a/t/t9500-gitweb-standalone-no-errors.sh
+++ b/t/t9500-gitweb-standalone-no-errors.sh
@@ -644,4 +644,12 @@ test_expect_success \
'ctags: search projects by non existent tag' \
'gitweb_run "by_tag=non-existent"'
+# ----------------------------------------------------------------------
+# categories
+
+test_expect_success \
+ 'categories: projects list, only default category' \
+ 'echo "\$projects_list_group_categories = 1;" >>gitweb_config.perl &&
+ gitweb_run'
+
test_done