aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test/httpd_SUITE.erl
diff options
context:
space:
mode:
authorJohannes Weißl <[email protected]>2013-08-31 04:08:13 +0200
committerFredrik Gustafsson <[email protected]>2013-09-02 15:34:51 +0200
commit3ed082f13d2753067ffdb7f5712c33c208ef83c4 (patch)
tree2a6b053e84762fe75fee49099849a09954921222 /lib/inets/test/httpd_SUITE.erl
parent1a57f9d04b0e846ba6dccdb99643c4f7ab17705f (diff)
downloadotp-3ed082f13d2753067ffdb7f5712c33c208ef83c4.tar.gz
otp-3ed082f13d2753067ffdb7f5712c33c208ef83c4.tar.bz2
otp-3ed082f13d2753067ffdb7f5712c33c208ef83c4.zip
Test nocache option of mod_cgi and mod_esi
Tests that the nocache options work and can be used independently from each other. This was broken before c8ef69c. Conflicts: lib/inets/test/httpd_basic_SUITE.erl
Diffstat (limited to 'lib/inets/test/httpd_SUITE.erl')
-rw-r--r--lib/inets/test/httpd_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/test/httpd_SUITE.erl b/lib/inets/test/httpd_SUITE.erl
index 1efa78a63e..5dca76b76b 100644
--- a/lib/inets/test/httpd_SUITE.erl
+++ b/lib/inets/test/httpd_SUITE.erl
@@ -1919,7 +1919,7 @@ ticket_5865(Config) ->
" HTTP/1.1\r\nHost:"
++Host++"\r\n\r\n",
[{statuscode, 200},
- {no_last_modified,
+ {no_header,
"last-modified"}]),
ok;
{error, Reason} ->