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 351949 - remap does not work properly
remap does not work properly
Status: RESOLVED FIXED
Product: LDTP
Classification: Other
Component: ldtp
0.5.x
Other Linux
: Normal major
: ---
Assigned To: LDTP maintainers
LDTP Development Mailing List
Depends on:
Blocks:
 
 
Reported: 2006-08-18 16:48 UTC by Prashanth Mohan
Modified: 2008-01-17 23:01 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Prashanth Mohan 2006-08-18 16:48:26 UTC
#1. Open gedit, python, ldtp

#2. in python run:
from ldtp import *
selectmenuitem ('*gedit','mnuFile;mnuNew')
remap ('gedit','*gedit')
print 'txt1' in getobjectlist('*gedit')

the output is False instead of True, i.e. the New object (txt1) of the new text box is not reflected in the appmap even after remap() is called
Comment 1 Nagappan Alagappan 2006-08-18 18:21:46 UTC
Its working fine for me in SLED10 / Gedit 2.12. Maybe it has to be verified in higher versions of gedit.
Comment 2 Nagappan Alagappan 2008-01-17 23:01:02 UTC
Could you recheck this and update the bug ?