403, not 503

This commit is contained in:
Shish 2010-02-18 16:24:31 +00:00
parent 7d07ad28ef
commit d4c25d0684

View File

@ -9,11 +9,11 @@ class BlotterTest extends SCoreWebTestCase {
function testDenial() {
$this->get_page("blotter/editor");
$this->assert_response(503);
$this->assert_response(403);
$this->get_page("blotter/add");
$this->assert_response(503);
$this->assert_response(403);
$this->get_page("blotter/remove");
$this->assert_response(503);
$this->assert_response(403);
}
function testAddViewRemove() {