Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1094 by [email protected]: Java error when embedding arguments in
keyword name.
http://code.google.com/p/robotframework/issues/detail?id=1094
I am starting the script with jybot.
I have a test case with the following section. When the kSelect keyword
with arguments processes I am getting a fatal error from JRE. Attached is
my test case, bat file to start, error, output files.
${var1}= GetTime
${var2}= SetVariable Matter
${var3}= SetVariable ${var2} ${var1}
kSelect ${var3} from lmi_SimpleMemoControl_0
*** Keywords ***
kSelect "${text}" from "${ID}"
[Documentation] Keywords. *Bold*. _italic_.
Focus ${ID}
InputText ${ID} ${text}
--------------------------------------------------------------------------------------------
*** Python 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit
(Intel)] on win32. ***
Version : 2.7.2
system : Windows
node : WKS-GPugh
release : 7
version : 6.1.7601
processor: x86 Family 6 Model 37 Stepping 5, GenuineIntel
interpreter: ('32bit', 'WindowsPE')
/bin/ls : ('32bit', '')
out ('', 'java version "1.6.0_31"\r\nJava(TM) SE Runtime Environment (build
1.6.0_31-b05)\r\nJava HotSpot(TM) Client VM (build 20.6-b01, mixed mode,
sharing)\r\n')
out ('Robot Framework 2.7 (Jython 2.5.1 on java1.6.0_31)\r\n', '')
Attachments:
hs_err_pid7980.log 12.1 KB
SuiteSingle-CodeTestingJybot.bat 681 bytes
CodeTesting.TXT 5.4 KB
debug.txt 12.8 KB
log.html 168 KB
output.xml 24.8 KB
report.html 180 KB
selenium_server_log.txt 1.2 KB