Ignore:
Timestamp:
03/18/13 15:38:44 (11 years ago)
Author:
pharms
Message:
  • adapted test cases to run through with respect to the new task detection implementation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-core-tasktrees-test/src/test/java/de/ugoe/cs/autoquest/tasktrees/temporalrelation/SequenceForTaskDetectionRuleTest.java

    r1127 r1132  
    6666        simulateEvent(new DummyInteraction("noise8", 1), element1); 
    6767         
    68         new TaskTreeChecker(true).assertTaskTree 
     68        new TaskTreeChecker().assertTaskTree 
    6969            ("Sequence root {" + 
    7070             "  Sequence session1 {" + 
     
    9797             "    Event noise8 {}" + 
    9898             "  }" + 
    99              "}", getTaskTree(SequenceForTaskDetectionRule.class, NodeEquality.LEXICALLY_EQUAL)); 
     99             "}", getTaskTree(SequenceForTaskDetectionRule.class, NodeEquality.LEXICALLY_EQUAL, true)); 
    100100 
    101101    } 
Note: See TracChangeset for help on using the changeset viewer.