# HG changeset patch # User Maxim Dounin # Date 1403743005 -14400 # Node ID f5f2a66853a9206586a2acd96b2c01c9155f5bda # Parent 861e6cad629998cdd6557ce3249be4be4bfe1603 Tests: adjust entity tag TODOs. diff --git a/not_modified.t b/not_modified.t --- a/not_modified.t +++ b/not_modified.t @@ -81,7 +81,7 @@ like(http_get_inm('/t', '"foo", "bar", ' like(http_get_inm('/t', '*'), qr/304/, 'if-none-match all'); TODO: { -local $TODO = 'not yet'; +local $TODO = 'not yet' unless $t->has_version('1.7.3'); like(http_get_inm('/t', 'W/' . $etag), qr/304/, 'if-none-match weak'); diff --git a/not_modified_proxy.t b/not_modified_proxy.t --- a/not_modified_proxy.t +++ b/not_modified_proxy.t @@ -101,7 +101,7 @@ like(http_get_inm('/etag', $etag), qr/ 3 like(http_get_inm('/proxy/etag', $etag), qr/ 200 /, 'inm etag proxy ignored'); TODO: { -local $TODO = 'not yet'; +local $TODO = 'not yet' unless $t->has_version('1.7.3'); like(http_get_inm('/cache/etag', $etag), qr/ 304 /, 'inm etag from cache');