From 591a6cdb76d73d57eaf92b3ac5e5a7928c0b907b Mon Sep 17 00:00:00 2001 From: Shish Date: Fri, 9 Mar 2012 21:57:35 +0000 Subject: [PATCH] GET doesn't work due to auth token check --- contrib/pm/test.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contrib/pm/test.php b/contrib/pm/test.php index 4757f5c5..0717433a 100644 --- a/contrib/pm/test.php +++ b/contrib/pm/test.php @@ -19,8 +19,9 @@ class PrivMsgTest extends SCoreWebTestCase { $this->get_page("pm/read/0"); $this->assert_text("No such PM"); - $this->get_page("pm/delete/0"); - $this->assert_text("No such PM"); + // GET doesn't work due to auth token check + //$this->get_page("pm/delete/0"); + //$this->assert_text("No such PM"); $this->get_page("pm/waffle/0"); $this->assert_text("Invalid action");