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 344180 - Function 'closewindow' is incorrectly named as 'closeappwindow' in documentation
Function 'closewindow' is incorrectly named as 'closeappwindow' in documentation
Status: RESOLVED WONTFIX
Product: LDTP
Classification: Other
Component: ldtp
0.4.x
Other All
: Normal minor
: ---
Assigned To: LDTP maintainers
LDTP Development Mailing List
Depends on:
Blocks:
 
 
Reported: 2006-06-07 16:56 UTC by srinivas
Modified: 2006-09-12 18:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description srinivas 2006-06-07 16:56:43 UTC
Documentation 
Section: title
closeappwindow
Syntax
closeappwindow ('<Window title name>')
Description
Close application window based on Window title. Returns 1 if success and 0 if unable to close the specified application window.

Refer: http://cvs.freedesktop.org/ldtp/pyldtp/ldtputils.py
Example
closeappwindow ('Bug Buddy')

Note:
Window title name should be case sensitive

Correct version:
The name should be closewindow.. there is no function called closeappwindow

Other information:
Comment 1 Nagappan Alagappan 2006-09-12 18:11:37 UTC
closeappwindow underlying implementation is buggy, so let us not use this function, until the underlying bug is fixed (in LTFX).