DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28895>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28895 Property Value stops when it encouters a '-' Summary: Property Value stops when it encouters a '-' Product: JMeter Version: 2.0.0 Platform: PC OS/Version: Windows XP Status: UNCONFIRMED Severity: Normal Priority: Other Component: HTTP AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I'm not sure if this is a problem with JMeter or a Java issue. If the value of the variable being used with the ${__property()} function contains a '-' character, the value is cut off from that point on. For Example I wanted to use a variable called saveloc in the Save Response to file node. The value of saveloc was c:\jakarta-jmeter-2.0.0\Results. When I ran the test plan the response was not being saved, looking in the jmeter.log file I saw that the saveloc varaible was only being set to C:\jakarta. Setting saveloc to a path that didn't contain a '-' character solved this problem. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
