Subject: | .usatoday.com has only two cookies |
Tests fail because .usatoday.com has only two instead of three expected cookies:
...
# Failed test '.usatoday.com has 2 cookies'
# at t/load.t line 19.
# got: '2'
# expected: '3'
# Looks like you failed 1 test of 5.
t/load.t ..........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/5 subtests
...
# Failed test 'Saved file is same as original'
# at t/save.t line 18.
--- t/Cookies.xml Mon Apr 30 15:39:06 2018
+++ t/Cookies2.xml Tue Sep 8 19:31:23 2020
@@ -5,7 +5,6 @@
<cookie name="lucky9" value="196606" expires="918345384" />
</domain>
<domain name=".usatoday.com">
- <cookie name="RMID" value="0cf723a23dec2500" expires="615532799" />
<cookie name="UID" value="0cf723a23dec2500" expires="788853600" />
<cookie name="USATINFO" value="UID%3D0cf723a23dec2500" expires="788853600" />
</domain>
# Looks like you failed 1 test of 2.
t/save.t ..........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
...
Note also that the first failing test name is '.usatoday.com has 2 cookies'. This is somewhat confusing, because the number here is not the expected one. Probably better to reword it to ".usatoday has expected number of cookies".