Ignore:
Timestamp:
07/01/13 17:34:55 (11 years ago)
Author:
pharms
Message:
  • extended, improved and corrected HTML logging for HTML 5
File:
1 edited

Legend:

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

    r1234 r1247  
    210210                { 
    211211                    // this only denotes, that the final session tag is missing, because the 
    212                     // file wasn't completed. Ignore this. 
     212                    // file wasn't completed. Ignore this but complete the session 
     213                    eventBuffer.add(new BufferEntry("sessionSwitch", null)); 
     214                    processEvents(); 
    213215                } 
    214216                else { 
Note: See TracChangeset for help on using the changeset viewer.