Add a test for the blobdiff action.
Zachary Stevens [Sun, 8 Nov 2009 16:35:26 +0000 (16:35 +0000)]
NB: while the page is built successfully, the content doesn't match that from gitweb.cgi

t/01app.t

index 1c69c5b..0b45da5 100644 (file)
--- 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');