Space police, mainly to trigger a CI run

This commit is contained in:
Felix Schumacher 2020-02-11 23:37:24 +01:00
parent b3b6dc86e1
commit 9e4ead5ec4
1 changed files with 6 additions and 6 deletions

View File

@ -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