diff options
author | Jacek Antonelli | 2008-12-01 17:39:58 -0600 |
---|---|---|
committer | Jacek Antonelli | 2008-12-01 17:40:06 -0600 |
commit | 7abecb48babe6a6f09bf6692ba55076546cfced9 (patch) | |
tree | 8d18a88513fb97adf32c10aae78f4be1984942db /linden/indra/test/lliohttpserver_tut.cpp | |
parent | Second Life viewer sources 1.21.6 (diff) | |
download | meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.zip meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.gz meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.bz2 meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.xz |
Second Life viewer sources 1.22.0-RC
Diffstat (limited to 'linden/indra/test/lliohttpserver_tut.cpp')
-rw-r--r-- | linden/indra/test/lliohttpserver_tut.cpp | 4 |
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"); |