diff not_modified.t @ 419:f5f2a66853a9

Tests: adjust entity tag TODOs.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 26 Jun 2014 04:36:45 +0400
parents 1bdd58f388f6
children 37a46774e307
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');