[LDTP-Dev] [Bug 586655] New: typo hasstate example with more one state separator '+' instead of ', '

LDTP (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Jun 22 09:06:06 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=586655

  LDTP | pyldtp | Ver: 1.6.0
           Summary: typo hasstate example with more one state separator '+'
                    instead of ','
           Product: LDTP
           Version: 1.6.0
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Keywords: documentation
          Severity: minor
          Priority: Normal
         Component: pyldtp
        AssignedTo: ldtp-maint at gnome.bugs
        ReportedBy: nouar.garcia at sun.com
         QAContact: ldtp-dev at lists.freedesktop.org
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Documentation 
Section: http://ldtp.freedesktop.org/user-doc/index.html 
general/hasstate
Example:
hasstate ('*-gedit', 'txt0', state.FOCUSABLE) 
hasstate ('*-gedit', 'txt0', state.FOCUSABLE + state.VISIBLE) 

Correct version:
Example:
hasstate ('*-gedit', 'txt0', state.FOCUSABLE)
hasstate ('*-gedit', 'txt0', state.FOCUSABLE , state.VISIBLE) 

Other information:
Syntax: 
hasstate ('<window name>', '<object name>', <object SPI state-1>[, ..., <object
SPI state-n>]) 

The bad example (2) leads to INVALID state.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=586655.


More information about the LDTP-dev mailing list