diff proxy_non_idempotent.t @ 1020:196d33c2bb45

Tests: removed TODO and try_run() checks for legacy versions. Also removed now unused spdy.t and shmem prerequisite.
author Andrey Zelenkov <zelenkov@nginx.com>
date Wed, 31 Aug 2016 18:21:07 +0300
parents 882267679006
children d51cc2526066
line wrap: on
line diff
--- a/proxy_non_idempotent.t
+++ b/proxy_non_idempotent.t
@@ -22,7 +22,8 @@ use Test::Nginx;
 select STDERR; $| = 1;
 select STDOUT; $| = 1;
 
-my $t = Test::Nginx->new()->has(qw/http proxy rewrite upstream_keepalive/);
+my $t = Test::Nginx->new()->has(qw/http proxy rewrite upstream_keepalive/)
+	->plan(6);
 
 $t->write_file_expand('nginx.conf', <<'EOF');
 
@@ -87,7 +88,7 @@ http {
 
 EOF
 
-$t->try_run('no proxy_next_upstream non_idempotent')->plan(6);
+$t->run();
 
 ###############################################################################