report SCore errors as errors...

This commit is contained in:
Shish 2012-08-18 20:36:54 +01:00
parent c1fbf128c9
commit 82d74b5719

View file

@ -117,6 +117,7 @@ class SCoreWebTestCase extends WebTestCase {
else {
$raw = $this->get(make_http(make_link($page)));
}
$this->assertNoText("Internal Error");
$this->assertNoText("Exception:");
$this->assertNoText("Error:");
$this->assertNoText("Warning:");