mirror of https://github.com/apache/jmeter.git
Disable recorder to avoid the warning on overwriting recording.xml when starting the plan
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1839695 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 044a3fc66e
This commit is contained in:
parent
c2e3e16384
commit
d06ec06f9e
|
|
@ -87,7 +87,7 @@
|
|||
<stringProp name="filename"></stringProp>
|
||||
</ResultCollector>
|
||||
<hashTree/>
|
||||
<ProxyControl guiclass="ProxyControlGui" testclass="ProxyControl" testname="HTTP(S) Test Script Recorder" enabled="true">
|
||||
<ProxyControl guiclass="ProxyControlGui" testclass="ProxyControl" testname="HTTP(S) Test Script Recorder" enabled="false">
|
||||
<stringProp name="ProxyControlGui.port">8888</stringProp>
|
||||
<collectionProp name="ProxyControlGui.exclude_list">
|
||||
<stringProp name="1301401588">.*toolbar\.live\.com.*</stringProp>
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@
|
|||
<stringProp name="filename"></stringProp>
|
||||
</ResultCollector>
|
||||
<hashTree/>
|
||||
<ProxyControl guiclass="ProxyControlGui" testclass="ProxyControl" testname="HTTP(S) Test Script Recorder" enabled="true">
|
||||
<ProxyControl guiclass="ProxyControlGui" testclass="ProxyControl" testname="HTTP(S) Test Script Recorder" enabled="false">
|
||||
<stringProp name="ProxyControlGui.port">8888</stringProp>
|
||||
<collectionProp name="ProxyControlGui.exclude_list">
|
||||
<stringProp name="1301401588">.*toolbar\.live\.com.*</stringProp>
|
||||
|
|
|
|||
Loading…
Reference in New Issue