diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-05-26 10:31:53 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-05-26 10:31:53 -0700 |
commit | 229e72dd6a34a2fbe5998fbddde44cb00174a602 (patch) | |
tree | 7d2b61db566683eee0bd7394b09d857f3d9dbb82 /t | |
parent | 0a2a5d889dcd0982de31e1d4faee3242854d7b9d (diff) | |
parent | d940c9015d1a770b4f8ed8e9b38cf3d16f47a6cd (diff) | |
download | git-229e72dd6a34a2fbe5998fbddde44cb00174a602.tar.gz |
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-x | t/t9500-gitweb-standalone-no-errors.sh | 8 |
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 71ef0acb1b..f5648a6694 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 |