diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-11-22 08:54:53 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-11-22 08:54:53 +0000 |
| commit | 1bdf1b110fc5d742457932636b92d548c9b9e987 (patch) | |
| tree | 0e18d76e353385054063173b6da701896b005e6a | |
| parent | 284113b872df8c1d7d0b6da99b33d8b3160f2254 (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.php | 1 |
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"); |
