[LDTP-Dev] [Bug 342240] New: the return value of func windowexists
was incorrect.
LDTP (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Thu May 18 04:59:36 PDT 2006
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=342240
LDTP | ldtp | Ver: 0.4.x
Summary: the return value of func windowexists was incorrect.
Product: LDTP
Version: 0.4.x
Platform: Other
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: ldtp
AssignedTo: ldtp-maint at gnome.bugs
ReportedBy: lavixu at hotmail.com
QAContact: ldtp-dev at lists.freedesktop.org
GNOME version: Unspecified
GNOME milestone: Unspecified
Please describe the problem:
invoke the func windowexists (param). it returns 1 always even given any
string.
gui
Steps to reproduce:
1. code the 'print windowexists ("*gedit")'
2. code the 'print windowexists ("zyx")'
Note:
the name of window gedit was exists, however zyx was virtual.
Actual results:
1. return 1
2. return 1
Expected results:
1. return 1
2. return 0
Does this happen every time?
yes
Other information:
the fucn guiexist doesnnt return till recv the ctrl-c in pythone-idle. what
for?
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are watching the assignee for the bug.
More information about the LDTP-dev
mailing list