comparison dav_utf8.t @ 1987:a095b971fbcc

Tests: removed TODO and try_run() checks for legacy versions. For h2_http2.t, try_run() is preserved to ensure that deprecation warnings for "listen ... http2" are suppressed, yet plan() is reported before try_run(), so failure to start will be properly reported.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 04 Jun 2024 18:38:01 +0300
parents 835630547d35
children
comparison
equal deleted inserted replaced
1986:11463d379570 1987:a095b971fbcc
54 EOF 54 EOF
55 55
56 $t->run(); 56 $t->run();
57 57
58 ############################################################################### 58 ###############################################################################
59
60 local $TODO = 'not yet' if $^O eq 'MSWin32' and !$t->has_version('1.23.4');
61 59
62 my $d = $t->testdir(); 60 my $d = $t->testdir();
63 my $r; 61 my $r;
64 62
65 my $file = "file-%D0%BC%D0%B8"; 63 my $file = "file-%D0%BC%D0%B8";