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 342679 - getobjectlist was not correct always.
getobjectlist was not correct always.
Status: RESOLVED FIXED
Product: LDTP
Classification: Other
Component: ldtp
0.4.x
Other All
: Normal normal
: ---
Assigned To: Prashanth Mohan
LDTP Development Mailing List
Depends on:
Blocks:
 
 
Reported: 2006-05-23 09:27 UTC by lavi.xu
Modified: 2006-06-24 16:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
This error is caused due to getobjectlist() returning with an error if the appmap is not initialised. (1.48 KB, patch)
2006-06-22 18:34 UTC, Prashanth Mohan
committed Details | Review

Description lavi.xu 2006-05-23 09:27:45 UTC
Please describe the problem:
It cannt get the object list when invoke func getobjectlist before other func.

Steps to reproduce:
1. start idle (kill ldtp and start gedit first)
2. type line " from ldtp import getobjectlist"
3. type line "getobjectlist ('*gedit')"


Actual results:
it outputs 'appmap does not init'

Expected results:
it shall output all of object in relative window.

Does this happen every time?
every

Other information:
run any else func will avoid this.
Comment 1 Prashanth Mohan 2006-06-22 18:34:55 UTC
Created attachment 67862 [details] [review]
This error is caused due to getobjectlist() returning with an error if the appmap is not initialised.

Now the appmap is initialised and normal execution continues even if the appmap for the context had not been initialised earlier.