--- a/tests/test-newcgi.t Sun Oct 17 04:14:06 2010 +0200
+++ b/tests/test-newcgi.t Sat Oct 16 18:09:01 2010 +0200
@@ -16,7 +16,7 @@
> from mercurial.hgweb.request import wsgiapplication
>
> def make_web_app():
- > return hgweb("test", "Empty test repository")
+ > return hgweb("test", "Empty test repository")
>
> wsgicgi.launch(wsgiapplication(make_web_app))
> HGWEB
@@ -42,7 +42,7 @@
> from mercurial.hgweb.request import wsgiapplication
>
> def make_web_app():
- > return hgwebdir("hgweb.config")
+ > return hgwebdir("hgweb.config")
>
> wsgicgi.launch(wsgiapplication(make_web_app))
> HGWEBDIR