diff secure_link.t @ 276:94f8ee2f6688

Tests: remove TODOs. Secure link inheritance fix and fastcgi keepalive fix were merged in 1.2.7.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 02 Apr 2013 18:22:51 +0400
parents cca7b57587d6
children 07c600de2f90
line wrap: on
line diff
--- a/secure_link.t
+++ b/secure_link.t
@@ -149,14 +149,8 @@ like(http_get('/p/' . md5_hex('test.html
 like(http_get('/p/' . md5_hex('fake') . '/test.html'), qr/^HTTP.*403/,
 	'request old style fake hash');
 like(http_get('/p/test.html'), qr/^HTTP.*403/, 'request old style no hash');
-
-TODO: {
-local $TODO = 'not yet' unless $t->has_version('1.3.12');
-
 like(http_get('/inheritance/test'), qr/PASSED/, 'inheritance');
 
-}
-
 ###############################################################################
 
 sub encode_base64url {