abstracta/jmeter-java-dsl

minor typo in DslResponseAssertion

mikeliucc opened this issue · 2 comments

Hi,

In DslResponseAssertion.java line 412 (pull from Release 1.13), I see the following:

      throw new UnsupportedOperationException(
          String.format("The response assertion has a type (%d) which is not supported by de DSL.",
              testElement.getTestType()));

Perhaps the message should be "...not supported by the DSL."?

You are right! thank you for noting it and reporting it.

This has been fixed in latest release. Thanks again for reporting it.