diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/dispatcher_prop.erl | 2 | ||||
-rw-r--r-- | test/http_SUITE.erl | 4 | ||||
-rw-r--r-- | test/proper_SUITE.erl | 2 | ||||
-rw-r--r-- | test/ws_SUITE.erl | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/test/dispatcher_prop.erl b/test/dispatcher_prop.erl index b6a1c92..163fcd8 100644 --- a/test/dispatcher_prop.erl +++ b/test/dispatcher_prop.erl @@ -1,5 +1,5 @@ %% Copyright (c) 2011, Magnus Klaar <[email protected]> -%% Copyright (c) 2011, Loïc Hoguin <[email protected]> +%% Copyright (c) 2011, Loïc Hoguin <[email protected]> %% %% Permission to use, copy, modify, and/or distribute this software for any %% purpose with or without fee is hereby granted, provided that the above diff --git a/test/http_SUITE.erl b/test/http_SUITE.erl index 8464ca0..5e9bcf1 100644 --- a/test/http_SUITE.erl +++ b/test/http_SUITE.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2011, Loïc Hoguin <[email protected]> +%% Copyright (c) 2011-2012, Loïc Hoguin <[email protected]> %% Copyright (c) 2011, Anthony Ramine <[email protected]> %% %% Permission to use, copy, modify, and/or distribute this software for any @@ -358,7 +358,7 @@ The document has moved {400, "\n"}, {400, "Garbage\r\n\r\n"}, {400, "\r\n\r\n\r\n\r\n\r\n\r\n"}, - {400, "GET / HTTP/1.1\r\nHost: dev-extend.eu\r\n\r\n"}, + {400, "GET / HTTP/1.1\r\nHost: ninenines.eu\r\n\r\n"}, {400, "GET http://proxy/ HTTP/1.1\r\n\r\n"}, {400, ResponsePacket}, {408, "GET / HTTP/1.1\r\n"}, diff --git a/test/proper_SUITE.erl b/test/proper_SUITE.erl index 440aa5f..113e135 100644 --- a/test/proper_SUITE.erl +++ b/test/proper_SUITE.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2011, Loïc Hoguin <[email protected]> +%% Copyright (c) 2011, Loïc Hoguin <[email protected]> %% %% Permission to use, copy, modify, and/or distribute this software for any %% purpose with or without fee is hereby granted, provided that the above diff --git a/test/ws_SUITE.erl b/test/ws_SUITE.erl index 0c5e2c8..a3c140b 100644 --- a/test/ws_SUITE.erl +++ b/test/ws_SUITE.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2011, Loïc Hoguin <[email protected]> +%% Copyright (c) 2011, Loïc Hoguin <[email protected]> %% %% Permission to use, copy, modify, and/or distribute this software for any %% purpose with or without fee is hereby granted, provided that the above |