GNOME Bugzilla – Bug 617490
Unable to lookup object info, if window title is empty
Last modified: 2010-05-03 03:49:53 UTC
Found following issues while running regression execution of VMware Workstation GHI / VM settings feature. Issue 1: Unable to lookup object info, if window title is empty Unity GHI selectmenuitem('dlg0', 'mnuUtility;mnugedit') Issue 2: Object children should be string format for backward compatibility getobjectproperty('*-gedit', 'mbr0', 'children') Issue 3: If window name and object name are same, add the current object name to parent list getobjectsize('dlgFind', 'dlgFind') Issue 4: In SLED11 using gtk.main hangs after 5 tests, using gobject works fine. But using gobject on Ubuntu 10.04 hangs, so added a condition to work based on GTK version. For older gtk version 2.15.x use gobject, else use gtk - http://cgit.freedesktop.org/ldtp/ldtp2/commit/?id=4d402ab8b98837e718d887827d3d5e283cd599e1 Issue 5: Internal: When window exit, destroy the appmap information. Issue 6: Internal: Return window_name in _get_window_handle. appmap_pairs take window_name as additional argument, required when window doesn't have title. Issue 7: When object status changes, let us add force_remap flag, required when a new object added / deleted in a window Add new device to existing VM, new device info doesn't populate in appmap unless, the window is closed and reopened Fixed all of the above in git head. Thanks