DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16208>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16208 No Variable Substitution for non String Properties ------- Additional Comments From [EMAIL PROTECTED] 2003-01-20 10:08 ------- You are right. It seems to work for port values. I was confused by the String representation of a configured HashTree. after setting port by the user-defined variables the hash tree still produces port 80 output, while the host is printed with the ${host}. Here a snippet from the toString method of HashTree after engine.configure(tree). Starting the test: org.apache.jorphan.collections.HashTree$ConvertToString {org.apache.jmeter.testelement.TestPlan@1908ca1 {org.apache.jmeter.threads.ThreadGroup@50d89c {http://${host}:80/index.html Query Data: } } {org.apache.jmeter.JMeter$ListenToTest@8b819f } } To produce this snippet apply the attached jmeterdebug.patch to the current cvs and start jmeter in non-gui mode with the Test Plan attached. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
