summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-11-22 08:54:53 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-11-22 08:54:53 +0000
commit1bdf1b110fc5d742457932636b92d548c9b9e987 (patch)
tree0e18d76e353385054063173b6da701896b005e6a
parent284113b872df8c1d7d0b6da99b33d8b3160f2254 (diff)
- Remove test for HTML inputs existance, now they are allowed
git-svn-id: https://svn.roundcube.net/trunk@5462 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/tests/mailfunc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/roundcubemail/tests/mailfunc.php b/roundcubemail/tests/mailfunc.php
index c6081a266..d8111c7df 100644
--- a/roundcubemail/tests/mailfunc.php
+++ b/roundcubemail/tests/mailfunc.php
@@ -55,7 +55,6 @@ class rcube_test_mailfunc extends UnitTestCase
//$this->assertNoPattern('/<style [^>]+>/', $html, "No style tags allowed");
$this->assertNoPattern('/<form [^>]+>/', $html, "No form tags allowed");
$this->assertPattern('/Subscription form/', $html, "Include <form> contents");
- $this->assertPattern('/<!-- input ignored -->/', $html, "No input elements allowed");
$this->assertPattern('/<!-- link ignored -->/', $html, "No external links allowed");
$this->assertPattern('/<a[^>]+ target="_blank">/', $html, "Set target to _blank");
$this->assertTrue($GLOBALS['REMOTE_OBJECTS'], "Remote object detected");