Ignore:
Timestamp:
02/05/13 14:17:26 (11 years ago)
Author:
fglaser
Message:
  • Further works on NewHTMLLogParser to parse testtrace without errors
  • Test for NewHTMLLogParser added
  • dummy mapping for html added that contains unmapped elements
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-plugin-html/src/main/java/de/ugoe/cs/autoquest/plugin/html/guimodel/HTMLPageSpec.java

    r961 r1059  
    5858            throw new IllegalArgumentException("pagePath must not be null"); 
    5959        } 
    60         else if (pageTitle == null) { 
    61             throw new IllegalArgumentException("pageTitle must not be null"); 
    62         } 
     60//        else if (pageTitle == null) { 
     61//            throw new IllegalArgumentException("pageTitle must not be null"); 
     62//        } 
    6363         
    6464        this.server = server; 
     
    134134     * @return 
    135135     */ 
    136     String getPagePath() { 
     136    public String getPagePath() { 
    137137        return pagePath; 
    138138    } 
Note: See TracChangeset for help on using the changeset viewer.