aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/test/lliohttpserver_tut.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/test/lliohttpserver_tut.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/test/lliohttpserver_tut.cpp b/linden/indra/test/lliohttpserver_tut.cpp
index e450cc4..38ba787 100644
--- a/linden/indra/test/lliohttpserver_tut.cpp
+++ b/linden/indra/test/lliohttpserver_tut.cpp
@@ -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");