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 412173 - verifyselect always return 0
verifyselect always return 0
Status: VERIFIED FIXED
Product: LDTP
Classification: Other
Component: ldtp
0.8.x
Other Linux
: Normal normal
: ---
Assigned To: Nagappan Alagappan
LDTP Development Mailing List
Depends on:
Blocks:
 
 
Reported: 2007-02-26 09:12 UTC by lavi
Modified: 2007-02-27 07:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Should fix the issue (2.43 KB, patch)
2007-02-26 09:32 UTC, Nagappan Alagappan
committed Details | Review

Description lavi 2007-02-26 09:12:01 UTC
Step to Reproduce:
ldtp.verifyselect('dlgOpenAs*', 'cboAllFiles', 'All Files')
or
ldtp.verifyselect('dlgOpenAs*', 'cboAllFiles', 'AllFiles')

Actual Result:
both them returned 0

Expected Result:
either of them return 1.
Comment 1 Nagappan Alagappan 2007-02-26 09:32:28 UTC
Created attachment 83371 [details] [review]
Should fix the issue
Comment 2 lavi 2007-02-27 07:26:38 UTC
Verified in newly CVS.

Tnx.