After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 617490 - Unable to lookup object info, if window title is empty
Unable to lookup object info, if window title is empty
Status: RESOLVED FIXED
Product: LDTP
Classification: Other
Component: ldtp2
2.0.0
Other Linux
: Normal major
: ---
Assigned To: LDTP Development Mailing List
LDTP Development Mailing List
Depends on:
Blocks:
 
 
Reported: 2010-05-03 03:49 UTC by Nagappan Alagappan
Modified: 2010-05-03 03:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nagappan Alagappan 2010-05-03 03:49:01 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