diff --git a/ext/simpletest/main.php b/ext/simpletest/main.php index 67b621f1..cd4df75f 100644 --- a/ext/simpletest/main.php +++ b/ext/simpletest/main.php @@ -114,7 +114,7 @@ class SCoreWebTestCase extends WebTestCase { // FIXME: this should be a command line option. //print "http://127.0.0.1/2.Xm/index.php?q=$page"; - $raw = $this->get("http://127.0.0.1/2.Xm/index.php?q=".str_replace("?", "&", $page)); + $raw = $this->get("http://127.0.0.1/index.php?q=".str_replace("?", "&", $page)); } else { $raw = $this->get(make_http(make_link($page)));