Skip to content

Commit

Permalink
performance.jmx: fix testfolder -> testfolder-read
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Apr 18, 2023
1 parent d851e86 commit f0f438c
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions performance.jmx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
<stringProp name="Header.value">Basic YWRtaW46YWRtaW4=</stringProp>
</elementProp>
</collectionProp>
<stringProp name="TestPlan.comments">: Bearer</stringProp>
</HeaderManager>
<hashTree/>
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Create Document" enabled="true">
Expand Down Expand Up @@ -924,7 +923,7 @@
<stringProp name="HTTPSampler.port">12345</stringProp>
<stringProp name="HTTPSampler.protocol">http</stringProp>
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
<stringProp name="HTTPSampler.path">/Plone/${testfolder}/</stringProp>
<stringProp name="HTTPSampler.path">/Plone/${testfolder-read}/</stringProp>
<stringProp name="HTTPSampler.concurrentPool">4</stringProp>
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
<stringProp name="HTTPSampler.response_timeout"></stringProp>
Expand All @@ -936,14 +935,10 @@
<stringProp name="Header.name">Accept</stringProp>
<stringProp name="Header.value">application/json</stringProp>
</elementProp>
<elementProp name="" elementType="Header">
<stringProp name="Header.name">Content-Type</stringProp>
<stringProp name="Header.value">application/json</stringProp>
</elementProp>
</collectionProp>
</HeaderManager>
<hashTree/>
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Document (fullobjects)" enabled="true">
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Document" enabled="true">
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="Benutzer definierte Variablen" enabled="true">
<collectionProp name="Arguments.arguments">
<elementProp name="Accept" elementType="HTTPArgument">
Expand All @@ -959,7 +954,7 @@
<stringProp name="HTTPSampler.port"></stringProp>
<stringProp name="HTTPSampler.protocol"></stringProp>
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
<stringProp name="HTTPSampler.path">/Plone/${testfolder-read}/document?fullobjects</stringProp>
<stringProp name="HTTPSampler.path">/Plone/${testfolder-read}/document</stringProp>
<stringProp name="HTTPSampler.method">GET</stringProp>
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
Expand Down Expand Up @@ -1446,7 +1441,7 @@
<stringProp name="HTTPSampler.port">12345</stringProp>
<stringProp name="HTTPSampler.protocol">http</stringProp>
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
<stringProp name="HTTPSampler.path">/Plone/${testfolder}/</stringProp>
<stringProp name="HTTPSampler.path">/Plone/${testfolder-read}/</stringProp>
<stringProp name="HTTPSampler.concurrentPool">4</stringProp>
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
<stringProp name="HTTPSampler.response_timeout"></stringProp>
Expand Down

0 comments on commit f0f438c

Please sign in to comment.