Changeset 3b50d2e in github


Ignore:
Timestamp:
Nov 22, 2011 3:54:53 AM (18 months ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
2498155
Parents:
ae7ac91
Message:
  • Remove test for HTML inputs existance, now they are allowed
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/mailfunc.php

    rd617566 r3b50d2e  
    5656    $this->assertNoPattern('/<form [^>]+>/', $html, "No form tags allowed"); 
    5757    $this->assertPattern('/Subscription form/', $html, "Include <form> contents"); 
    58     $this->assertPattern('/<!-- input ignored -->/', $html, "No input elements allowed"); 
    5958    $this->assertPattern('/<!-- link ignored -->/', $html, "No external links allowed"); 
    6059    $this->assertPattern('/<a[^>]+ target="_blank">/', $html, "Set target to _blank"); 
Note: See TracChangeset for help on using the changeset viewer.