gitweb: add test suite with Test::WWW::Mechanize::CGI
commitc208bdfb5189aecd0c86114db77bf95cda9d8d42
authorLea Wiemann <LeWiemann@gmail.com>
Sat, 14 Jun 2008 23:57:24 +0000 (15 01:57 +0200)
committerLea Wiemann <LeWiemann@gmail.com>
Thu, 28 Aug 2008 01:07:31 +0000 (28 03:07 +0200)
tree389c29924cb0d5569b72862e521aee746573c1bb
parent473203d2406f31258416859cd32bb6c8024ee0a3
gitweb: add test suite with Test::WWW::Mechanize::CGI

This test uses Test::WWW::Mechanize::CGI to check gitweb's output.  It
also uses HTML::Lint, XML::Parser, and Archive::Tar (if present, each)
to validate the HTML/XML/tgz output, and checks all links on the
tested pages if --long-tests is given.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Lea Wiemann <LeWiemann@gmail.com>
Makefile
t/t9503-gitweb-Mechanize.sh [new file with mode: 0755]
t/t9503/test.pl [new file with mode: 0755]
t/test-lib.sh