Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 30 by docon...@gmail.com: I can not use spec file though I
generated it successfully.
http://code.google.com/p/robotframework-sshlibrary/issues/detail?id=30
What steps will reproduce the problem?
1.I import a libary written by java like this: lib/TestForRF.java
2.generated a spec file before as follow:
<?xml version="1.0" encoding="UTF-8"?>
<keywordspec generated="20110429 17:50:11" type="library" name="TestForRF">
<version>&lt;unknown&gt;</version>
<scope>test case</scope>
<doc/>
<kw name="Get Service IP">
<doc/>
<arguments>
</arguments>
</kw>
<kw name="Is Match">
<doc/>
<arguments>
<arg>l</arg>
</arguments>
</kw>
<kw name="Test 123">
<doc/>
<arguments>
</arguments>
</kw>
<kw name="Test Aarry">
<doc/>
<arguments>
</arguments>
</kw>
<kw name="Test List">
<doc/>
<arguments>
</arguments>
</kw>
</keywordspec>
3. set PYTHONPATH="E:\***\***\lib",start ride in the parent directory of
lib.
but key completion function doesn't work.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Version 0.35.1 running on Python 2.6.6 using Robot Framework 2.5.7.
jdk1.6.0_24
Please provide any additional information below.