comparison fastcgi_merge_params2.t @ 188:101b092b67e2

Tests: header merge bugs fixed 1.1.8/1.0.11, remove TODO.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 15 Dec 2011 18:48:11 +0300
parents 23f81eb0a817
children 8d2c6358d830
comparison
equal deleted inserted replaced
187:eb4c40260ee7 188:101b092b67e2
65 $t->run_daemon(\&fastcgi_daemon); 65 $t->run_daemon(\&fastcgi_daemon);
66 $t->run(); 66 $t->run();
67 67
68 ############################################################################### 68 ###############################################################################
69 69
70 TODO: {
71 local $TODO = 'not yet';
72
73 like(http_get_ims('/'), qr/ims=;/, 70 like(http_get_ims('/'), qr/ims=;/,
74 'if-modified-since cleared with cache'); 71 'if-modified-since cleared with cache');
75 like(http_get_ims('/'), qr/iums=;/, 72 like(http_get_ims('/'), qr/iums=;/,
76 'if-unmodified-since cleared with cache'); 73 'if-unmodified-since cleared with cache');
77
78 }
79 74
80 like(http_get_ims('/no/'), qr/ims=blah;/, 75 like(http_get_ims('/no/'), qr/ims=blah;/,
81 'if-modified-since preserved without cache'); 76 'if-modified-since preserved without cache');
82 like(http_get_ims('/no/'), qr/iums=blah;/, 77 like(http_get_ims('/no/'), qr/iums=blah;/,
83 'if-unmodified-since preserved without cache'); 78 'if-unmodified-since preserved without cache');