summaryrefslogtreecommitdiff
path: root/indra/llplugin/tests/llplugincookiestore_test.cpp
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2010-04-08 15:31:31 +0300
committerVadim Savchuk <vsavchuk@productengine.com>2010-04-08 15:31:31 +0300
commit7709fa2f8360a442d4017a78e8fd36051efa6d55 (patch)
tree885716b779cc265ee4515dd9bb254cba138a7825 /indra/llplugin/tests/llplugincookiestore_test.cpp
parentea45bc05d4a464507c37efaec1da93aba068cd90 (diff)
parente979e48bc0adcb4b52cd78e3bd34f6c70ef6efe8 (diff)
Merge from default branch
--HG-- branch : product-engine
Diffstat (limited to 'indra/llplugin/tests/llplugincookiestore_test.cpp')
-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