Public bug reported:
Binary package hint: ldtp
1. It can work without "comma" in the string
>>> enterstring('*Writer','txt0','another type testing<enter>')
1
2. It cannot work and will throw error when has "comma" in the string
>>> enterstring('*Writer','txt0','another type testi,,,,ng<enter>')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/pymodules/python2.6/ldtp/client.py", line 50, in __call__
return self.__send(self.__name, args)
File "/usr/lib/python2.6/xmlrpclib.py", line 1489, in __request
verbose=self.__verbose
File "/usr/lib/pymodules/python2.6/ldtp/client.py", line 101, in request
raise e
xmlrpclib.Fault: <Fault 8002: "'KeyComboAction' object has no attribute
'_func'">
>>> enterstring('*Writer','txt0','another type testi\,\,\,\,ng<enter>')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/pymodules/python2.6/ldtp/client.py", line 50, in __call__
return self.__send(self.__name, args)
File "/usr/lib/python2.6/xmlrpclib.py", line 1489, in __request
verbose=self.__verbose
File "/usr/lib/pymodules/python2.6/ldtp/client.py", line 101, in request
raise e
xmlrpclib.Fault: <Fault 8002: "'KeyComboAction' object has no attribute
'_func'">
** Affects: ldtp (Ubuntu)
Importance: Undecided
Status: New
--
LDTP2.0.6 cannot type comma "," use function "enterstring"
https://bugs.launchpad.net/bugs/624690
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs