diff -r b6753521129d -r 1294a6bdf3bf devtools/fake.py --- a/devtools/fake.py Fri Jul 24 13:50:59 2009 +0200 +++ b/devtools/fake.py Fri Jul 24 14:33:37 2009 +0200 @@ -87,12 +87,12 @@ return None def base_url(self): - """return the root url of the application""" + """return the root url of the instance""" return BASE_URL def relative_path(self, includeparams=True): """return the normalized path of the request (ie at least relative - to the application's root, but some other normalization may be needed + to the instance's root, but some other normalization may be needed so that the returned path may be used to compare to generated urls """ if self._url.startswith(BASE_URL):