From 2a36504b4ff0f708e41aa41b1169a49c19a08f4b Mon Sep 17 00:00:00 2001 From: Shish Date: Tue, 28 Jul 2009 04:45:50 +0100 Subject: [PATCH] make testing work again... --- contrib/simpletest/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/simpletest/main.php b/contrib/simpletest/main.php index 15e6f612..bbd7867f 100644 --- a/contrib/simpletest/main.php +++ b/contrib/simpletest/main.php @@ -33,7 +33,7 @@ define('ADMIN_PASS', "demo"); */ class SCoreWebTestCase extends WebTestCase { protected function get_page($page) { - $raw = $this->get(make_http(make_link($url))); + $raw = $this->get(make_http(make_link($page))); $this->assertNoText("Exception:"); $this->assertNoText("Error:"); $this->assertNoText("Warning:");