Changeset 647


Ignore:
Timestamp:
08/27/12 17:53:14 (12 years ago)
Author:
pharms
Message:
  • fixed one of the last bugs in the replay generation after refactoring
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-plugin-mfc/src/main/java/de/ugoe/cs/quest/plugin/mfc/eventcore/ReplayWindowsMessage.java

    r619 r647  
    6262              replayedMessage.getTarget(), 
    6363              replayedMessage.getParameters()); 
     64         
     65        // the target may have changed in the meantime. So reset the targetXML to the one stored 
     66        // with the provided message 
     67        if (!super.getTargetXML().equals(replayedMessage.getTargetXML())) { 
     68            setTargetXML(replayedMessage.getTargetXML()); 
     69        } 
    6470    } 
    6571 
Note: See TracChangeset for help on using the changeset viewer.