Author: sebb
Date: Fri Nov 23 17:03:38 2007
New Revision: 597778

URL: http://svn.apache.org/viewvc?rev=597778&view=rev
Log:
Update for new JMX file format

Modified:
    jakarta/jmeter/trunk/extras/ConvertHTTPSampler.txt

Modified: jakarta/jmeter/trunk/extras/ConvertHTTPSampler.txt
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/extras/ConvertHTTPSampler.txt?rev=597778&r1=597777&r2=597778&view=diff
==============================================================================
--- jakarta/jmeter/trunk/extras/ConvertHTTPSampler.txt (original)
+++ jakarta/jmeter/trunk/extras/ConvertHTTPSampler.txt Fri Nov 23 17:03:38 2007
@@ -5,18 +5,12 @@
 
 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 guiclass="HttpTestSampleGui" testclass="HTTPSampler" 
testname="HTTP Request" enabled="true">
+...
 </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 guiclass="HttpTestSampleGui2" testclass="HTTPSampler2" 
testname="HTTP Request" enabled="true">
+...
 </HTTPSampler2>



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

Reply via email to