From: Dan Brook Date: Wed, 18 Nov 2009 13:09:54 +0000 (+0000) Subject: Test the newly supported /atom action. X-Git-Tag: 0.000000_01~22 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=864cd267c8ea2c4d2203c8c2fcd4e9bc97e952bb;p=catagits%2FGitalist.git Test the newly supported /atom action. --- diff --git a/t/03legacy_uri.t b/t/03legacy_uri.t index a981d57..998656c 100644 --- a/t/03legacy_uri.t +++ b/t/03legacy_uri.t @@ -204,23 +204,22 @@ test('/', 'a=tree;hb=HEAD'); test('/', 'a=tree;hb=master'); test('/', 'a=tree;hb=refs/heads/master'); -TODO: { - local $TODO = "Action: atom is not yet implemented."; - test('/', 'a=atom'); - test('/', 'a=atom;f=dir1'); - test('/', 'a=atom;f=dir1/file2'); - test('/', 'a=atom;f=dir1/file2;opt=--no-merges'); - test('/', 'a=atom;f=dir1;h=refs/heads/master'); - test('/', 'a=atom;f=dir1;h=refs/heads/master;opt=--no-merges'); - test('/', 'a=atom;f=dir1;opt=--no-merges'); - test('/', 'a=atom;f=file1'); - test('/', 'a=atom;f=file1;h=refs/heads/master'); - test('/', 'a=atom;f=file1;h=refs/heads/master;opt=--no-merges'); - test('/', 'a=atom;f=file1;opt=--no-merges'); - test('/', 'a=atom;h=refs/heads/master'); - test('/', 'a=atom;h=refs/heads/master;opt=--no-merges'); - test('/', 'a=atom;opt=--no-merges'); -} + +local $TODO = "Action: atom is not yet implemented."; +test('/', 'a=atom'); +test('/', 'a=atom;f=dir1'); +test('/', 'a=atom;f=dir1/file2'); +test('/', 'a=atom;f=dir1/file2;opt=--no-merges'); +test('/', 'a=atom;f=dir1;h=refs/heads/master'); +test('/', 'a=atom;f=dir1;h=refs/heads/master;opt=--no-merges'); +test('/', 'a=atom;f=dir1;opt=--no-merges'); +test('/', 'a=atom;f=file1'); +test('/', 'a=atom;f=file1;h=refs/heads/master'); +test('/', 'a=atom;f=file1;h=refs/heads/master;opt=--no-merges'); +test('/', 'a=atom;f=file1;opt=--no-merges'); +test('/', 'a=atom;h=refs/heads/master'); +test('/', 'a=atom;h=refs/heads/master;opt=--no-merges'); +test('/', 'a=atom;opt=--no-merges'); TODO: { local $TODO = "Action: rss is not yet implemented.";