sebb 2005/03/18 16:33:59
Modified: src/protocol/java/org/apache/jmeter/protocol/java/sampler
BeanShellSampler.java
Log:
log is defined earlier
Revision Changes Path
1.12 +2 -4
jakarta-jmeter/src/protocol/java/org/apache/jmeter/protocol/java/sampler/BeanShellSampler.java
Index: BeanShellSampler.java
===================================================================
RCS file:
/home/cvs/jakarta-jmeter/src/protocol/java/org/apache/jmeter/protocol/java/sampler/BeanShellSampler.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- BeanShellSampler.java 18 Mar 2005 15:27:00 -0000 1.11
+++ BeanShellSampler.java 19 Mar 2005 00:33:59 -0000 1.12
@@ -112,8 +112,6 @@
} else {
res.setSamplerData(fileName);
}
- // Has to be done after construction, otherwise fails
serialisation check
- bshInterpreter.set("log",log); //$NON-NLS-1$
bshInterpreter.set("Label",getLabel()); //$NON-NLS-1$
bshInterpreter.set("FileName",getFilename());
//$NON-NLS-1$
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]