Active
Project:
Path redirect
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2013 at 13:35 UTC
Updated:
26 Apr 2013 at 13:35 UTC
In the path_redirect.test file you have this
$redirect = $this->addRedirect('FrançAIS', 'http://www.iana.org/domains/example');
Iana have changed there url so its not as above
So when the test runs in order for it to pass it needs to be
$redirect = $this->addRedirect('FrançAIS', 'http://www.iana.org/domains/special');
I have attached a diff for this.
| Comment | File | Size | Author |
|---|---|---|---|
| 5652_5651.diff | 647 bytes | Race.it |