aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/test/lliohttpserver_tut.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/test/lliohttpserver_tut.cpp')
-rw-r--r--linden/indra/test/lliohttpserver_tut.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/test/lliohttpserver_tut.cpp b/linden/indra/test/lliohttpserver_tut.cpp
index e450cc4..ca0c211 100644
--- a/linden/indra/test/lliohttpserver_tut.cpp
+++ b/linden/indra/test/lliohttpserver_tut.cpp
@@ -5,7 +5,7 @@
5 * 5 *
6 * $LicenseInfo:firstyear=2006&license=viewergpl$ 6 * $LicenseInfo:firstyear=2006&license=viewergpl$
7 * 7 *
8 * Copyright (c) 2006-2008, Linden Research, Inc. 8 * Copyright (c) 2006-2009, Linden Research, Inc.
9 * 9 *
10 * Second Life Viewer Source Code 10 * Second Life Viewer Source Code
11 * The source code in this file ("Source Code") is provided by Linden Lab 11 * The source code in this file ("Source Code") is provided by Linden Lab
@@ -191,7 +191,7 @@ namespace tut
191 "HTTP/1.0 200 OK\r\n"); 191 "HTTP/1.0 200 OK\r\n");
192 192
193 ensure_contains("web/hello content type", result, 193 ensure_contains("web/hello content type", result,
194 "Content-Type: application/xml\r\n"); 194 "Content-Type: application/llsd+xml\r\n");
195 195
196 ensure_contains("web/hello content length", result, 196 ensure_contains("web/hello content length", result,
197 "Content-Length: 36\r\n"); 197 "Content-Length: 36\r\n");
@@ -232,7 +232,7 @@ namespace tut
232 "HTTP/1.0 200 OK\r\n"); 232 "HTTP/1.0 200 OK\r\n");
233 233
234 ensure_contains("web/echo content type", result, 234 ensure_contains("web/echo content type", result,
235 "Content-Type: application/xml\r\n"); 235 "Content-Type: application/llsd+xml\r\n");
236 236
237 ensure_contains("web/echo content length", result, 237 ensure_contains("web/echo content length", result,
238 "Content-Length: 35\r\n"); 238 "Content-Length: 35\r\n");