aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2012-05-23 14:53:48 +0200
committerLoïc Hoguin <[email protected]>2012-05-23 14:53:48 +0200
commit0c2e2224e372f01e6cf51a8e12d4856edb4cb8ac (patch)
tree83dd7b7d274a7a279eea6d7a4d3b76bc99923802 /test
parent1a1b01c7c4bbe9b87742c318b6a6e0bd54d5f59d (diff)
downloadcowboy-0c2e2224e372f01e6cf51a8e12d4856edb4cb8ac.tar.gz
cowboy-0c2e2224e372f01e6cf51a8e12d4856edb4cb8ac.tar.bz2
cowboy-0c2e2224e372f01e6cf51a8e12d4856edb4cb8ac.zip
Update version to 0.6.00.6.0
Also update the CHANGELOG and copyright years.
Diffstat (limited to 'test')
-rw-r--r--test/dispatcher_prop.erl2
-rw-r--r--test/http_SUITE.erl4
-rw-r--r--test/proper_SUITE.erl2
-rw-r--r--test/ws_SUITE.erl2
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