Comprehensive legacy URI tests from spidering gitweb.cgi.
[catagits/Gitalist.git] / t / 01app.t
index dac001d..f3a76c0 100644 (file)
--- a/t/01app.t
+++ b/t/01app.t
@@ -27,16 +27,6 @@ is request('/summary?p=DoesNotExist')->code, 404,
   test('/commit');
   test('/commitdiff', 'h=36c6c6708b8360d7023e8a1649c45bcf9b3bd818');
   test('/tree', 'h=145dc3ef5d307be84cb9b325d70bd08aeed0eceb;hb=36c6c6708b8360d7023e8a1649c45bcf9b3bd818');
-
-  # legacy URIs
-  test('/', 'a=summary');
-  test('/', 'a=heads');
-  test('/', 'a=shortlog');
-  test('/', 'a=log');
-  test('/', 'a=commit');
-  test('/', 'a=commitdiff');
-  test('/', 'a=tree');
-#  $test_repo1->('/', 'a=blob;f=file1');
 }
 
 done_testing;