On 20/06/07, aidy lewis <[EMAIL PROTECTED]> wrote:
Hi,

The data from the csv data file = 'test1'

BeanShell preprocessor
print('${testcase}');

Java requires strings to be in double-quotes:

print("${testcase}");



The errors I receive are:

at java.lang.Thread.run(Thread.java:595)
Caused by: Sourced file: inline evaluation of: ``print('test1');''
Token Parsing Error: Lexical error at line 1, column 9.  Encountered:
"e" (101), after : "\'t": <at unknown location>

2007/06/20 20:28:30 WARN  - jmeter.modifiers.BeanShellPreProcessor:
Problem in BeanShell script org.apache.jorphan.util.JMeterException:
Error invoking bsh method eval

Thanks

Aidy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to