GET doesn't work due to auth token check
This commit is contained in:
parent
9608feffa6
commit
591a6cdb76
@ -19,8 +19,9 @@ class PrivMsgTest extends SCoreWebTestCase {
|
|||||||
|
|
||||||
$this->get_page("pm/read/0");
|
$this->get_page("pm/read/0");
|
||||||
$this->assert_text("No such PM");
|
$this->assert_text("No such PM");
|
||||||
$this->get_page("pm/delete/0");
|
// GET doesn't work due to auth token check
|
||||||
$this->assert_text("No such PM");
|
//$this->get_page("pm/delete/0");
|
||||||
|
//$this->assert_text("No such PM");
|
||||||
$this->get_page("pm/waffle/0");
|
$this->get_page("pm/waffle/0");
|
||||||
$this->assert_text("Invalid action");
|
$this->assert_text("Invalid action");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user