mirror of https://github.com/apache/jmeter.git
Space police, mainly to trigger a CI run
This commit is contained in:
parent
b3b6dc86e1
commit
9e4ead5ec4
|
|
@ -20,16 +20,16 @@
|
||||||
#
|
#
|
||||||
# Format is as follows --
|
# Format is as follows --
|
||||||
# for renamed test element & GUI classes:
|
# for renamed test element & GUI classes:
|
||||||
# old.class.Name=new.class.Name
|
# old.class.Name=new.class.Name
|
||||||
# old.class.Name|guiClassName=new.class.Name
|
# old.class.Name|guiClassName=new.class.Name
|
||||||
# (e.g. for ConfigTestElement)
|
# (e.g. for ConfigTestElement)
|
||||||
#
|
#
|
||||||
# for renamed / deleted properties:
|
# for renamed / deleted properties:
|
||||||
# class.Name/Old.propertyName=newPropertyName
|
# class.Name/Old.propertyName=newPropertyName
|
||||||
# if newPropertyName is omitted, then property is deleted
|
# if newPropertyName is omitted, then property is deleted
|
||||||
#
|
#
|
||||||
# for renamed values:
|
# for renamed values:
|
||||||
# old.class.Name.old.propertyName/oldValue=newValue
|
# old.class.Name.old.propertyName/oldValue=newValue
|
||||||
#
|
#
|
||||||
|
|
||||||
org.apache.jmeter.protocol.http.config.gui.UrlConfigGui=org.apache.jmeter.protocol.http.config.gui.HttpDefaultsGui
|
org.apache.jmeter.protocol.http.config.gui.UrlConfigGui=org.apache.jmeter.protocol.http.config.gui.HttpDefaultsGui
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue