You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2004/05/11 11:50:30 UTC

DO NOT REPLY [Bug 28895] New: - Property Value stops when it encouters a '-'

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: jmeter-dev@jakarta.apache.org
        ReportedBy: stevenmurphy@hotmail.com


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: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org