make testing work again...

This commit is contained in:
Shish 2009-07-28 04:45:50 +01:00
parent b50199d5f3
commit 2a36504b4f

View File

@ -33,7 +33,7 @@ define('ADMIN_PASS', "demo");
*/ */
class SCoreWebTestCase extends WebTestCase { class SCoreWebTestCase extends WebTestCase {
protected function get_page($page) { 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("Exception:");
$this->assertNoText("Error:"); $this->assertNoText("Error:");
$this->assertNoText("Warning:"); $this->assertNoText("Warning:");