changeset 488:8474d27c9147

Tests: adjusted SPDY TODOs, fix committed.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 29 Oct 2014 15:31:27 +0300
parents c5ff54b56710
children 3036e3af0e08
files spdy.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/spdy.t	Tue Oct 28 20:56:21 2014 +0300
+++ b/spdy.t	Wed Oct 29 15:31:27 2014 +0300
@@ -260,7 +260,7 @@
 # response header with multiple values - no empty values inside
 
 TODO: {
-local $TODO = 'not yet';
+local $TODO = 'not yet' unless $t->has_version('1.7.8');
 
 $sess = new_session();
 $sid1 = spdy_stream($sess, { path => '/header/inside' });