From: Zachary Stevens Date: Sun, 8 Nov 2009 16:35:26 +0000 (+0000) Subject: Add a test for the blobdiff action. X-Git-Tag: 0.000000_01~58^2^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2328a3cdeae5d90732d63ea481e88cafc783e0a0;p=catagits%2FGitalist.git Add a test for the blobdiff action. NB: while the page is built successfully, the content doesn't match that from gitweb.cgi --- diff --git a/t/01app.t b/t/01app.t index 1c69c5b..0b45da5 100644 --- a/t/01app.t +++ b/t/01app.t @@ -26,6 +26,7 @@ SKIP: { &$test_repo1('/commit'); &$test_repo1('/commitdiff'); &$test_repo1('/tree'); + &$test_repo1('/blobdiff', 'f=file1;h=5716ca5987cbf97d6bb54920bea6adde242d87e6;hp=257cc5642cb1a054f08cc83f2d943e56fd3ebe99;hb=refs/heads/master;hpb=3bc0634310b9c62222bb0e724c11ffdfb297b4ac'); # legacy URIs &$test_repo1('/', 'a=summary');