diff not_modified_proxy.t @ 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 907e89fba9c3
line wrap: on
line diff
--- 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');