# HG changeset patch # User Sergey Kandaurov # Date 1413445360 -14400 # Node ID 9a6e0ede4b929374170bb0dc73a1e0929bbcfd0f # Parent c8e790dcbe19e76415732d92d1a8ce9707aa2ac6 Tests: adjusted proxy cache revalidate TODO. Before fd283aa92e04, the If-Modified-Since header with Epoch was sent for responses cached without the Last-Modified header. This caused to apply the requested method even with the matching If-None-Match conditional. diff --git a/proxy_cache_revalidate.t b/proxy_cache_revalidate.t --- a/proxy_cache_revalidate.t +++ b/proxy_cache_revalidate.t @@ -115,7 +115,7 @@ like(http_get('/t2'), qr/X-Cache-Status: # 2nd document is recreated TODO: { -local $TODO = 'not yet'; +local $TODO = 'not yet' unless $t->has_version('1.7.7'); like(http_get('/etag/t'), qr/X-Cache-Status: REVALIDATED.*SEE/ms, 'etag revalidated');