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 591893 - ldtp2, Unable to find object name in application map
ldtp2, Unable to find object name in application map
Status: RESOLVED FIXED
Product: LDTP
Classification: Other
Component: ldtp2
2.0.0
Other Linux
: Normal minor
: ---
Assigned To: LDTP Development Mailing List
LDTP Development Mailing List
Depends on:
Blocks:
 
 
Reported: 2009-08-15 12:14 UTC by Harsha Reddy
Modified: 2009-10-08 22:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
png image of the error (58.01 KB, image/png)
2009-08-15 12:15 UTC, Harsha Reddy
Details

Description Harsha Reddy 2009-08-15 12:14:18 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):
  • File "gcalctool.py", line 43 in testViews
    ldtp.selectmenuitem('frmCalculator*', menu_item)
  • File "/usr/lib/python2.5/site-packages/ldtp/client.py", line 33 in __call__
    return self.__send(self.__name, args)
  • File "/usr/lib/python2.5/xmlrpclib.py", line 1437 in __request
    verbose=self.__verbose
  • File "/usr/lib/python2.5/site-packages/ldtp/client.py", line 66 in request
    raise LdtpExecutionError(e.faultString)
LdtpExecutionError: Unable to find object name in application map

----------------------------------------------------------------------
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".
Comment 1 Harsha Reddy 2009-08-15 12:15:27 UTC
Created attachment 140836 [details]
png image of the error
Comment 2 Nagappan Alagappan 2009-09-24 19:06:06 UTC
Harsha,

Can you try with the LDTP available in git ?

Thanks
Comment 3 Nagappan Alagappan 2009-10-08 22:41:42 UTC
This works fine with the git version, please reopen this bug, if you still face issue.

Thanks for the bug report.