Closed andk closed 11 years ago
The test in line 228 asserts that the cookie must have a semi after the value (https://metacpan.org/source/DAGOLDEN/HTTP-CookieJar-0.004/t/zzz-lwp.t#L228):
like($cookie, qr/Part_Number=Rocket_Launcher_0001;/);
But if the cookie producer has hash randomization this semi can be omitted when the order is a different one.
Sample fail report:
http://www.cpantesters.org/cpan/report/31471616
Regards,
Thanks. Fixed and shipped.
The test in line 228 asserts that the cookie must have a semi after the value (https://metacpan.org/source/DAGOLDEN/HTTP-CookieJar-0.004/t/zzz-lwp.t#L228):
But if the cookie producer has hash randomization this semi can be omitted when the order is a different one.
Sample fail report:
http://www.cpantesters.org/cpan/report/31471616
Regards,