Changeset 1065


Ignore:
Timestamp:
02/13/13 10:39:12 (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/OldHTMLLogParserTest.java

    r1059 r1065  
    3535 * @author Patrick Harms 
    3636 */ 
    37 public class HTMLLogParserTest { 
     37public class OldHTMLLogParserTest { 
    3838 
    3939    /** 
     
    5656    @Test 
    5757    public void test() { 
    58         HTMLLogParser parser = new HTMLLogParser(); 
     58        OldHTMLLogParser parser = new OldHTMLLogParser(); 
    5959        parser.parseFile(new File(ClassLoader.getSystemResource("trace.txt").getFile())); 
    6060        Collection<List<Event>> events = parser.getSequences(); 
Note: See TracChangeset for help on using the changeset viewer.