From 8a700a34fcba0d1bda7a39a9416d0252e800b51b Mon Sep 17 00:00:00 2001 From: jgen Date: Mon, 17 Feb 2014 14:46:00 -0500 Subject: [PATCH] No idea why it was set to use the directory "2.Xm" --- ext/simpletest/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)));