gitweb: add test suite with Test::WWW::Mechanize::CGIgitweb/test
commit27776470cb1591313460ba201c5e7c0468d06f93
authorLea Wiemann <LeWiemann@gmail.com>
Sat, 14 Jun 2008 23:57:24 +0000 (15 01:57 +0200)
committerLea Wiemann <LeWiemann@gmail.com>
Thu, 26 Jun 2008 13:38:32 +0000 (26 15:38 +0200)
tree4c5839a07e49667cb146817fd74a62783324927e
parentbeaf639062680658e3dac018e4a4763a521a3554
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]