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-ma...@gnome.bugs
        ReportedBy: nouar.gar...@sun.com
         QAContact: ldtp-dev@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.
_______________________________________________
LDTP-dev mailing list
LDTP-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/ldtp-dev

Reply via email to