mirror of https://github.com/apache/jmeter.git
Bug 61384 - Adding charset to multipart/form-data content type irritates IIS
Fix failing test
Add test on param non corruption when charset is UTF-8 , second try
Bugzilla Id: 61384
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1806369 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 23a28c0b78
This commit is contained in:
parent
76f933031c
commit
a400b72ab3
|
|
@ -173,6 +173,11 @@
|
|||
<failure>false</failure>
|
||||
<error>false</error>
|
||||
</assertionResult>
|
||||
<assertionResult>
|
||||
<name>JSR223-Assertion-CheckCorrectEncodingForParam</name>
|
||||
<failure>false</failure>
|
||||
<error>false</error>
|
||||
</assertionResult>
|
||||
</httpSample>
|
||||
<httpSample s="true" lb="HR-POST_WITH_BODY" rc="200" dt="text">
|
||||
<assertionResult>
|
||||
|
|
|
|||
|
|
@ -149,6 +149,11 @@
|
|||
<failure>false</failure>
|
||||
<error>false</error>
|
||||
</assertionResult>
|
||||
<assertionResult>
|
||||
<name>JSR223-Assertion-CheckCorrectEncodingForParam</name>
|
||||
<failure>false</failure>
|
||||
<error>false</error>
|
||||
</assertionResult>
|
||||
</httpSample>
|
||||
<httpSample s="true" lb="HR-POST_WITH_BODY" rc="200" dt="text">
|
||||
<assertionResult>
|
||||
|
|
|
|||
Loading…
Reference in New Issue