403, not 503

This commit is contained in:
Shish 2010-02-18 16:24:31 +00:00
parent 7683d23df8
commit 1b83656365

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() {