diff range_charset.t @ 397:847ea345becb

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 05 May 2014 11:46:01 +0400
parents 1e6e216b06c2
children d5bf5942a8b2
line wrap: on
line diff
--- a/range_charset.t
+++ b/range_charset.t
@@ -87,14 +87,8 @@ http_get('/t1.html');
 like($t1, qr/206/, 'charset - 206 partial reply');
 like($t1, qr/Content-Type: multipart\/byteranges; boundary=\w+\x0d\x0a/,
 	'charset - content type');
-
-TODO: {
-local $TODO = 'not yet' unless $t->has_version('1.5.11');
-
 like($t1, qr/Content-Type: text\/html; charset=B(?!; charset)/,
 	'charset - charset attribute');
-}
-
 like($t1, qr/X000XXXXXX/m, 'charset - content 0-9');
 like($t1, qr/X001XXXXXX\x0d?$/m, 'charset - content 10-19');