diff proxy_websocket.t @ 317:a9621dbbd0d4

Tests: remove TODOs with 1.3.x version checks.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 23 Jul 2013 20:25:05 +0400
parents b6f0537afa01
children e7dc8f4d0a4b
line wrap: on
line diff
--- a/proxy_websocket.t
+++ b/proxy_websocket.t
@@ -72,9 +72,6 @@ EOF
 
 ###############################################################################
 
-TODO: {
-local $TODO = 'not yet' unless $t->has_version('1.3.13');
-
 # establish websocket connection
 
 my $s = websocket_connect();
@@ -122,8 +119,6 @@ SKIP: {
 	is(websocket_read($s), "bar", "next to pipelined");
 }
 
-}
-
 ###############################################################################
 
 sub websocket_connect {