Summary: | Pidgin rows containing more than one line gets recorded as multiple lines thus not producing correct python code when convert button is clicked. | ||
---|---|---|---|
Product: | LDTP | Reporter: | Shreyank Gupta <shreyankg> |
Component: | Editor | Assignee: | Nagappan Alagappan <nagappan> |
Status: | RESOLVED FIXED | QA Contact: | Shreyank Gupta <shreyankg> |
Severity: | major | ||
Priority: | high | CC: | nagappan, shreyankg |
Version: | unspecified | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Shreyank Gupta
2008-06-02 09:15:08 UTC
Useful Data>>> Recorded code : wait (2) selectrow ("frmBuddyList", "ttbl0", "kuchi") wait (2) selectrow ("frmBuddyList", "ttbl0", "sourav dutta higHly Available") converted code: from ldtp import * from ldtputils import * try: selectrow ("frmBuddyList", "ttbl0", "kuchi") selectrow ("frmBuddyList", "ttbl0", "sourav dutta //here except LdtpExecutionError, msg: raise Thanks for the bug report. Fixed in git. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.