commit | 601d6ec693e65649569a78e23cb324cf632e8369 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Wed Jun 25 02:58:15 2014 -0700 |
committer | Senthil Kumaran <senthil@uthcode.com> | Wed Jun 25 02:58:15 2014 -0700 |
tree | b900882d6e1a00ddc7e5e208b64eb56064bbc442 | |
parent | 99597c4d12e358174275945d97e504c0318a3783 [diff] |
issue20753 - robotparser tests should not rely upon external resource when not required. Specifically, it was relying a URL which gave HTTP 403 and used it to assert it's methods, this changes undoes that and provides a local http server with similar properties. Patch contributed by Vajrasky Kok.