Changeset 1066


Ignore:
Timestamp:
02/13/13 10:39:43 (11 years ago)
Author:
pharms
Message:
  • moving to new version of the HTLM plugin
File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-plugin-html-test/src/test/java/de/ugoe/cs/autoquest/plugin/html/HTMLLogParserTest.java

    r1059 r1066  
    3636 * 
    3737 */ 
    38 public class NewHTMLLogParserTest { 
     38public class HTMLLogParserTest { 
    3939 
    4040    /** 
     
    5353   @Test 
    5454   public void testParseFile() throws Exception { 
    55        NewHTMLLogParser parser = new NewHTMLLogParser(); 
     55       HTMLLogParser parser = new HTMLLogParser(); 
    5656       parser.parseFile(new File(ClassLoader.getSystemResource("htmlmonitor_testtrace.xml").getFile())); 
    5757       Collection<List<Event>> events = parser.getSequences(); 
Note: See TracChangeset for help on using the changeset viewer.