Author: sebb
Date: Thu Oct 20 11:10:51 2005
New Revision: 326961

URL: http://svn.apache.org/viewcvs?rev=326961&view=rev
Log:
How to convert HTTP Sampler to HTTP Sampler2

Added:
    jakarta/jmeter/branches/rel-2-1/extras/ConvertHTTPSampler.txt   (with props)

Added: jakarta/jmeter/branches/rel-2-1/extras/ConvertHTTPSampler.txt
URL: 
http://svn.apache.org/viewcvs/jakarta/jmeter/branches/rel-2-1/extras/ConvertHTTPSampler.txt?rev=326961&view=auto
==============================================================================
--- jakarta/jmeter/branches/rel-2-1/extras/ConvertHTTPSampler.txt (added)
+++ jakarta/jmeter/branches/rel-2-1/extras/ConvertHTTPSampler.txt Thu Oct 20 
11:10:51 2005
@@ -0,0 +1,22 @@
+=== HTTPSampler to HTTPSampler2 convertion ===
+
+If the testcase was created with an old version, load it into 2.1.1 and save 
it.
+Edit the testcase and replace the following:
+
+Old
+===
+<HTTPSampler>
+<stringProp name="TestElement.test_class">
+org.apache.jmeter.protocol.http.sampler.HTTPSampler</stringProp>
+<stringProp name="TestElement.gui_class">
+org.apache.jmeter.protocol.http.control.gui.HttpTestSampleGui</stringProp>
+</HTTPSampler>
+
+New
+===
+<HTTPSampler2>
+<stringProp name="TestElement.test_class">
+org.apache.jmeter.protocol.http.sampler.HTTPSampler2</stringProp>
+<stringProp name="TestElement.gui_class">
+org.apache.jmeter.protocol.http.control.gui.HttpTestSampleGui2</stringProp>
+</HTTPSampler2>
\ No newline at end of file

Propchange: jakarta/jmeter/branches/rel-2-1/extras/ConvertHTTPSampler.txt
------------------------------------------------------------------------------
    svn:eol-style = native



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

Reply via email to