Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 955 by renxing...@gmail.com: RemoteApplications can not take
libraries into use
http://code.google.com/p/robotframework/issues/detail?id=955
RemoteApplications can not take libraries into use
python:2.6.6
jython:2.5.1
RF:2.6.1
the log is follow
KEYWORD: RemoteApplications.Take Libraries Into Use mySwingLibrary
Documentation: Takes the libraries into use at the remote application.
Start / End / Elapsed: 20110914 14:06:33.986 / 20110914 14:06:35.064 /
00:00:01.078
14:06:33.986 TRACE Arguments: [ u'mySwingLibrary' ]
14:06:35.064 FAIL AttributeError: Importer instance has no
attribute '_libraries'
14:06:35.064 DEBUG Traceback (most recent call last):
File "C:\Python26\Lib\site-packages\robot\running\handlers.py", line 203,
in handler
return runner(name, list(args))
File "F:\ICP_agent\agent\projects\ISMV1R5C00forS5000_SmokeTest\source\lib\RemoteApplications.py",
line 759, in run_keyword
return self._connector.run_keyword(name, args)
File "F:\ICP_agent\agent\projects\ISMV1R5C00forS5000_SmokeTest\source\lib\RemoteApplications.py",
line 679, in run_keyword
return method(*args)
File "F:\ICP_agent\agent\projects\ISMV1R5C00forS5000_SmokeTest\source\lib\RemoteApplications.py",
line 570, in take_libraries_into_use
self._update_keywords_to_robot()
File "F:\ICP_agent\agent\projects\ISMV1R5C00forS5000_SmokeTest\source\lib\RemoteApplications.py",
line 582, in _update_keywords_to_robot
self._remove_lib_from_importer(lib_name, args)
File "F:\ICP_agent\agent\projects\ISMV1R5C00forS5000_SmokeTest\source\lib\RemoteApplications.py",
line 591, in _remove_lib_from_importer
if IMPORTER._libraries.has_key((name, tuple(args))):