changeset 419:f5f2a66853a9

Tests: adjust entity tag TODOs.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 26 Jun 2014 04:36:45 +0400
parents 861e6cad6299
children a37ec4447597
files not_modified.t not_modified_proxy.t
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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');
 
--- 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');