summaryrefslogtreecommitdiff
path: root/indra/llplugin/tests
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-04-08 08:57:57 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-04-08 08:57:57 +0100
commit7b807553e175243b393195a9608b6f12d12ecaa9 (patch)
treed06460a9f8b793923fa2d625d09c299ca45a8caa /indra/llplugin/tests
parent711bcaf2ad43bc287b0af97c9e016b3d9a2abd77 (diff)
parente979e48bc0adcb4b52cd78e3bd34f6c70ef6efe8 (diff)
merge
Diffstat (limited to 'indra/llplugin/tests')
-rw-r--r--indra/llplugin/tests/llplugincookiestore_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llplugin/tests/llplugincookiestore_test.cpp b/indra/llplugin/tests/llplugincookiestore_test.cpp
index 020d9c1977..c903464c64 100644
--- a/indra/llplugin/tests/llplugincookiestore_test.cpp
+++ b/indra/llplugin/tests/llplugincookiestore_test.cpp
@@ -127,7 +127,7 @@ namespace tut
// Valid, distinct cookies:
std::string cookie01 = "cookieA=value; domain=example.com; path=/";
- std::string cookie02 = "cookieB=value; domain=example.com; path=/"; // different name
+ std::string cookie02 = "cookieB=value; Domain=example.com; Path=/; Max-Age=10; Secure; Version=1; Comment=foo!; HTTPOnly"; // cookie with every supported field, in different cases.
std::string cookie03 = "cookieA=value; domain=foo.example.com; path=/"; // different domain
std::string cookie04 = "cookieA=value; domain=example.com; path=/bar/"; // different path
std::string cookie05 = "cookieC; domain=example.com; path=/"; // empty value