This is an automated email from the ASF dual-hosted git repository.
vladimirsitnikov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git.
from 0b3d62f Move to JUnit5 for JUnit test execution
add e7d6245 Rework ResponseDecompression test to use WireMock for
gzip/nocompression
No new revisions were added by this update.
Summary of changes:
bin/testfiles/ResponseDecompression.csv | 4 -
bin/testfiles/ResponseDecompression.jmx | 185 +--------------------
bin/testfiles/ResponseDecompression.xml | 48 ------
checksum.xml | 7 +
gradle.properties | 1 +
src/bom/build.gradle.kts | 1 +
src/protocol/build.gradle.kts | 1 +
.../protocol/http/sampler/TestDecompression.java | 120 +++++++++++++
8 files changed, 131 insertions(+), 236 deletions(-)
create mode 100644
src/protocol/http/src/test/java/org/apache/jmeter/protocol/http/sampler/TestDecompression.java