sebb 2005/05/29 05:14:46 Modified: bin saveservice.properties Log: Add some more aliases Revision Changes Path 1.7 +9 -1 jakarta-jmeter/bin/saveservice.properties Index: saveservice.properties =================================================================== RCS file: /home/cvs/jakarta-jmeter/bin/saveservice.properties,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- saveservice.properties 24 Apr 2005 17:48:26 -0000 1.6 +++ saveservice.properties 29 May 2005 12:14:46 -0000 1.7 @@ -17,6 +17,7 @@ #--------------------------------------------------------- # # The following properties are used to create aliases +# [Must all start with capital letter] # AccessLogSampler=org.apache.jmeter.protocol.http.sampler.AccessLogSampler AnchorModifier=org.apache.jmeter.protocol.http.modifier.AnchorModifier @@ -27,6 +28,7 @@ ConstantTimer=org.apache.jmeter.timers.ConstantTimer CookieManager=org.apache.jmeter.protocol.http.control.CookieManager CounterConfig=org.apache.jmeter.modifiers.CounterConfig +CSVDataSet=org.apache.jmeter.config.CSVDataSet DurationAssertion=org.apache.jmeter.assertions.DurationAssertion FloatProperty=org.apache.jmeter.testelement.property.FloatProperty FTPSampler=org.apache.jmeter.protocol.ftp.sampler.FTPSampler @@ -40,6 +42,7 @@ JavaConfig=org.apache.jmeter.protocol.java.config.JavaConfig JavaSampler=org.apache.jmeter.protocol.java.sampler.JavaSampler JDBCSampler=org.apache.jmeter.protocol.jdbc.sampler.JDBCSampler +JDBCDataSource=org.apache.jmeter.protocol.jdbc.config.DataSourceElement LDAPSampler=org.apache.jmeter.protocol.ldap.sampler.LDAPSampler LoopController=org.apache.jmeter.control.LoopController ModuleController=org.apache.jmeter.control.ModuleController @@ -62,17 +65,22 @@ UserParameters=org.apache.jmeter.modifiers.UserParameters WebServiceSampler=org.apache.jmeter.protocol.http.sampler.WebServiceSampler XMLAssertion=org.apache.jmeter.assertions.XMLAssertion +# # Properties - all start with lower case letter and end with Prop +# boolProp=org.apache.jmeter.testelement.property.BooleanProperty collectionProp=org.apache.jmeter.testelement.property.CollectionProperty +doubleProp=org.apache.jmeter.testelement.property.DoubleProperty elementProp=org.apache.jmeter.testelement.property.TestElementProperty intProp=org.apache.jmeter.testelement.property.IntegerProperty longProp=org.apache.jmeter.testelement.property.LongProperty mapProp=org.apache.jmeter.testelement.property.MapProperty objProp=org.apache.jmeter.testelement.property.ObjectProperty stringProp=org.apache.jmeter.testelement.property.StringProperty +# # Other - must start with a lower case letter (and not end with Prop) # (otherwise they could clash with the initial set of aliases) +# hashTree=org.apache.jorphan.collections.ListedHashTree jmeterTestPlan=org.apache.jmeter.save.ScriptWrapper sample=org.apache.jmeter.samplers.SampleResult
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
