23 lines
764 B
Diff
23 lines
764 B
Diff
commit 436ef58406c9ed219ae7f9778288645054d3e3a4
|
|
Author: Tom Hughes <tom@compton.nu>
|
|
Date: Sat Aug 12 15:29:36 2017 +0100
|
|
|
|
Push expiry date further into the future
|
|
|
|
This test had started failed because we have now passed the
|
|
specified expiry date, so push it further into the future.
|
|
|
|
diff --git a/test/ietf_data/parser.json b/test/ietf_data/parser.json
|
|
index 783f660..c40ad54 100644
|
|
--- a/test/ietf_data/parser.json
|
|
+++ b/test/ietf_data/parser.json
|
|
@@ -21,7 +21,7 @@
|
|
"test": "0003",
|
|
"received": [
|
|
"foo=bar; Expires=Fri, 07 Aug 2007 08:04:19 GMT",
|
|
- "foo2=bar2; Expires=Fri, 07 Aug 2017 08:04:19 GMT"
|
|
+ "foo2=bar2; Expires=Fri, 07 Aug 2027 08:04:19 GMT"
|
|
],
|
|
"sent": [
|
|
{ "name": "foo2", "value": "bar2" }
|