[LDTP-Dev] [Bug 402353] Remap does not work fine with 2 * wildcard.

LDTP (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Feb 8 20:28:18 PST 2007


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=402353

  LDTP | ldtp | Ver: unspecified





------- Comment #3 from lavi  2007-02-09 04:26 UTC -------
It seems did not fix! here the process of verification(I'm sure ldtp by was new
by your upgrade package:)-->

Type "copyright", "credits" or "license()" for more information.

    ****************************************************************
    Personal firewall software may warn about the connection IDLE
    makes to its subprocess using this computer's internal loopback
    interface.  This connection is not visible on any external
    interface and no data is sent to or received from the Internet.
    ****************************************************************

IDLE 2.6a0      ==== No Subprocess ====
>>> import ldtp
>>> ldtp.getobjectproperty('dlggeditPreferences', 'lblNorasi', 'label')
'Norasi'
>>> print 'Now I change the font by hand'
Now I change the font by hand
>>> print 'To get the label now again after changed'
To get the label now again after changed
>>> ldtp.getobjectproperty('dlggeditPreferences', 'lblMonospace', 'label')
Traceback (most recent call last):
  File "<pyshell#4>", line 1, in <module>
    ldtp.getobjectproperty('dlggeditPreferences', 'lblMonospace', 'label')
  File "/usr/local/lib/python2.6/site-packages/ldtp.py", line 3465, in
getobjectproperty
    raise LdtpExecutionError (str (msg))
LdtpExecutionError: "u'getobjectproperty failed: Unable to get component
handle'"
>>> print 'Error? not fixed. okay, try another'
Error? not fixed. okay, try another
>>> ldtp.getobjectproperty('dlggeditPreferences', 'lblNorasi', 'label')
Traceback (most recent call last):
  File "<pyshell#6>", line 1, in <module>
    ldtp.getobjectproperty('dlggeditPreferences', 'lblNorasi', 'label')
  File "/usr/local/lib/python2.6/site-packages/ldtp.py", line 3465, in
getobjectproperty
    raise LdtpExecutionError (str (msg))
LdtpExecutionError: "u'getobjectproperty failed: Unable to get component
handle'"
>>> print 'uh....'
uh....


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email


More information about the LDTP-dev mailing list