You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by vl...@apache.org on 2023/06/02 09:53:31 UTC

[jmeter] branch master updated (92df9fe689 -> 15284a832b)

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 92df9fe689 perf: avoid string concatenation in HTPHC4.HttpClientKey
     add 15284a832b fix: PropertyIterator.remove should remove properties from both collections in TestElement

No new revisions were added by this update.

Summary of changes:
 .../jmeter/testelement/AbstractTestElement.java    |  2 +-
 .../testelement/property/PropertyIteratorImpl.java | 23 ++++++++--
 .../property/TestElementPropertyIteratorTest.kt    | 51 ++++++++++++++++++++++
 3 files changed, 72 insertions(+), 4 deletions(-)
 create mode 100644 src/core/src/test/kotlin/org/apache/jmeter/testelement/property/TestElementPropertyIteratorTest.kt