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 339901 - getobjectlist() is not replacing special characters
getobjectlist() is not replacing special characters
Status: RESOLVED FIXED
Product: LDTP
Classification: Other
Component: ldtp
0.4.x
Other Linux
: Normal major
: ---
Assigned To: Prashanth Mohan
LDTP Development Mailing List
Depends on:
Blocks:
 
 
Reported: 2006-04-27 10:28 UTC by Prashanth Mohan
Modified: 2006-06-24 16:43 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
this will replace the illegal characters in the parsed XML text (3.12 KB, patch)
2006-06-23 14:12 UTC, Prashanth Mohan
none Details | Review
modified previous patch to escape the illegal character from a function in ldtp-utils.c (3.81 KB, patch)
2006-06-24 16:42 UTC, Prashanth Mohan
committed Details | Review

Description Prashanth Mohan 2006-04-27 10:28:32 UTC
The appmap function is not replacing the special characters like '&' with '&' while calling getobjectlist()

this can be reproduced by running getobjectlist() on the gedit preferences window.
Comment 1 Nagappan Alagappan 2006-04-27 10:33:17 UTC
This could be reproduced with gcalctool too.
Comment 2 Prashanth Mohan 2006-06-23 14:12:29 UTC
Created attachment 67897 [details] [review]
this will replace the illegal characters in the parsed XML text
Comment 3 Prashanth Mohan 2006-06-24 16:42:26 UTC
Created attachment 67949 [details] [review]
modified previous patch to escape the illegal character from a function in ldtp-utils.c