GNOME Bugzilla – Bug 591893
ldtp2, Unable to find object name in application map
Last modified: 2009-10-08 22:41:42 UTC
Environment: cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=8.10 DISTRIB_CODENAME=intrepid DISTRIB_DESCRIPTION="Ubuntu 8.10" uname -a Linux harsha-desktop 2.6.27-7-generic #1 SMP Fri Oct 24 06:42:44 UTC 2008 i686 GNU/Linux GNOME 2.24.1 python --version Python 2.5.2 Result: Executing the example script 'gcalctool.py' results in following error. python gcalctool.py .E ====================================================================== ERROR: testViews (__main__.WidgetTestCase) ---------------------------------------------------------------------- Traceback (most recent call last):
+ Trace 216938
ldtp.selectmenuitem('frmCalculator*', menu_item)
return self.__send(self.__name, args)
verbose=self.__verbose
raise LdtpExecutionError(e.faultString)
---------------------------------------------------------------------- Ran 2 tests in 21.121s FAILED (errors=1) LDTP2 Daemon: harsha@harsha-desktop:/usr/local/src/ldtp2$ ./ldtpd.sh Xlib: extension "RANDR" missing on display "192.168.1.3:0.0". Xlib: extension "RANDR" missing on display "192.168.1.3:0.0". (gedit:6349): Gtk-CRITICAL **: gtk_button_leave: assertion `GTK_IS_BUTTON (button)' failed Xlib: extension "RANDR" missing on display "192.168.1.3:0.0". Xlib: extension "RANDR" missing on display "192.168.1.3:0.0".
Created attachment 140836 [details] png image of the error
Harsha, Can you try with the LDTP available in git ? Thanks
This works fine with the git version, please reopen this bug, if you still face issue. Thanks for the bug report.