403, not 503
This commit is contained in:
parent
7683d23df8
commit
1b83656365
@ -9,11 +9,11 @@ class BlotterTest extends SCoreWebTestCase {
|
|||||||
|
|
||||||
function testDenial() {
|
function testDenial() {
|
||||||
$this->get_page("blotter/editor");
|
$this->get_page("blotter/editor");
|
||||||
$this->assert_response(503);
|
$this->assert_response(403);
|
||||||
$this->get_page("blotter/add");
|
$this->get_page("blotter/add");
|
||||||
$this->assert_response(503);
|
$this->assert_response(403);
|
||||||
$this->get_page("blotter/remove");
|
$this->get_page("blotter/remove");
|
||||||
$this->assert_response(503);
|
$this->assert_response(403);
|
||||||
}
|
}
|
||||||
|
|
||||||
function testAddViewRemove() {
|
function testAddViewRemove() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user