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 597776 - waittillguiexists returns 0
waittillguiexists returns 0
Status: RESOLVED FIXED
Product: LDTP
Classification: Other
Component: ldtp2
2.0.0
Other Linux
: Normal critical
: ---
Assigned To: Nagappan Alagappan
LDTP Development Mailing List
Depends on:
Blocks:
 
 
Reported: 2009-10-08 08:45 UTC by Javier Collado
Modified: 2009-10-13 03:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixes the reoirted issue (1.44 KB, patch)
2009-10-08 23:18 UTC, Nagappan Alagappan
committed Details | Review

Description Javier Collado 2009-10-08 08:45:39 UTC
While running mago gedit test cases with LDTPv2, suite cleanup method fails in the following lines:
 
       result = ldtp.waittillguiexist(
            self.application.name, self.application.TXT_FIELD)
     
If has been found, thanks to a debugger, that the object exists using ldtp.getobjectlist and ldtp.getobjectinfo. However, ldtp.waittillguiexists
returns 0.
Comment 1 Nagappan Alagappan 2009-10-08 23:18:48 UTC
Created attachment 145087 [details] [review]
Fixes the reoirted issue
Comment 2 Nagappan Alagappan 2009-10-13 03:34:33 UTC
Fixed in git. Thanks for the bug report.