No idea why it was set to use the directory "2.Xm"
This commit is contained in:
parent
fe83e3d343
commit
8a700a34fc
@ -114,7 +114,7 @@ class SCoreWebTestCase extends WebTestCase {
|
|||||||
// FIXME: this should be a command line option.
|
// FIXME: this should be a command line option.
|
||||||
|
|
||||||
//print "http://127.0.0.1/2.Xm/index.php?q=$page";
|
//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 {
|
else {
|
||||||
$raw = $this->get(make_http(make_link($page)));
|
$raw = $this->get(make_http(make_link($page)));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user