No idea why it was set to use the directory "2.Xm"

This commit is contained in:
jgen 2014-02-17 14:46:00 -05:00
parent fe83e3d343
commit 8a700a34fc

View File

@ -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)));