Changeset 412


Ignore:
Timestamp:
04/03/12 10:30:34 (12 years ago)
Author:
sherbold
Message:
  • modified de.ugoe.cs.eventbench.windows.data.WindowTreeNode?.xmlRepresentation() to include HWND of the node
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/windows/data/WindowTreeNode.java

    r223 r412  
    268268                                + StringTools.xmlEntityReplacement(className) 
    269269                                + "\" resourceId=\"" + resourceId + "\" isModal=\"" + isModal 
    270                                 + "\"/>"; 
     270                                + "\" hwnd=\"" + hwnd + "\"" 
     271                                + "/>"; 
    271272                return xmlString; 
    272273        } 
Note: See TracChangeset for help on using the changeset viewer.