Changeset 1909 for trunk/autoquest-plugin-html
- Timestamp:
- 03/11/15 16:12:31 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-plugin-html/src/main/java/de/ugoe/cs/autoquest/plugin/html/HTMLLogParser.java
r1893 r1909 477 477 } 478 478 } 479 480 targetId = idMapping.get(targetId); 479 else { 480 targetId = idMapping.get(targetId); 481 } 481 482 482 483 if (targetId == null) { … … 569 570 throws SAXException 570 571 { 571 IGUIElement document = super.getGUIElementTree().find( targetDocument);572 IGUIElement document = super.getGUIElementTree().find(idMapping.get(targetDocument)); 572 573 573 574 if (document == null) {
Note: See TracChangeset
for help on using the changeset viewer.