From: Zachary Stevens Date: Thu, 19 Nov 2009 01:20:12 +0000 (+0000) Subject: Fix legacy tests - atom action is no longer TODO. X-Git-Tag: 0.000000_01~20^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8bfa1d9485512aebe4b8d8b11d9c0f595937d88b;p=catagits%2FGitalist.git Fix legacy tests - atom action is no longer TODO. --- diff --git a/t/03legacy_uri.t b/t/03legacy_uri.t index 871dc08..de6ad10 100644 --- a/t/03legacy_uri.t +++ b/t/03legacy_uri.t @@ -202,7 +202,6 @@ test('/', 'a=tree;hb=master'); test('/', 'a=tree;hb=refs/heads/master'); -local $TODO = "Action: atom is not yet implemented."; test('/', 'a=atom'); test('/', 'a=atom;f=dir1'); test('/', 'a=atom;f=dir1/file2');