diff options
| author | Aimee Linden <aimee@lindenlab.com> | 2010-04-09 01:29:44 +0100 |
|---|---|---|
| committer | Aimee Linden <aimee@lindenlab.com> | 2010-04-09 01:29:44 +0100 |
| commit | f363a8898ded0896cf6dde81081cff046c7fa3a8 (patch) | |
| tree | a44452f7467e9c2060e3b165283cb1c2cf1f6723 /indra/llplugin/tests | |
| parent | 5a8770c9e37ae3ebe6fca7f8a631be4179763aed (diff) | |
| parent | 4ed913c3760308ea67db8beb9e6330933104a8ab (diff) | |
merge
Diffstat (limited to 'indra/llplugin/tests')
| -rw-r--r-- | indra/llplugin/tests/llplugincookiestore_test.cpp | 2 |
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 |
