[LDTP-Dev] [Bug 342240] the return value of func windowexists was incorrect.

LDTP (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu May 18 06:13:39 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


Prashanth Mohan changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |prashmohan at gmail.com




------- Comment #1 from Prashanth Mohan  2006-05-18 13:13 UTC -------
this is not a bug with ldtp but with ltfx. Also you cannot use wildcard
characters in ltfx functions.

As a temporary work around you could try this:

in the source code of ltfx,

maintl.c: (approximately lines 598, 603, 616, 621) comment out 'if (TRUE ==
generate_result)'

diff:
<              if (TRUE == generate_result)
---
>                //if (TRUE == generate_result)
603c603
<              if (TRUE == generate_result)
---
>                //if (TRUE == generate_result)
616c616
<              if (TRUE == generate_result)
---
>                //if (TRUE == generate_result)
621c621
<              if (TRUE == generate_result)
---
>                //if (TRUE == generate_result)


-- 
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