diff options
author | alecpl <alec@alec.pl> | 2011-11-22 08:54:53 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-11-22 08:54:53 +0000 |
commit | 3b50d2edf570c670bf7c757e4ee7cfe0d87e5c92 (patch) | |
tree | eb8b30709c1f531bba7e1bce8619129a73a3d53a | |
parent | ae7ac91c31ce9aa316c7da86d03a53155b017f4f (diff) |
- Remove test for HTML inputs existance, now they are allowed
-rw-r--r-- | tests/mailfunc.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/mailfunc.php b/tests/mailfunc.php index c6081a266..d8111c7df 100644 --- a/tests/mailfunc.php +++ b/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"); |