erwindon commented on pull request #3891:
URL:
https://github.com/apache/activemq-artemis/pull/3891#issuecomment-1005693192
setup unit-test with 2 extra properties: `{"firstString":"firstValue",
"secondLong":1234567}`
unit-test result, pre-test, second value is passed as string (STR)
```
STR firstString: firstValue
STR secondLong: 1234567
```
unit-test result, post-test, second value is now passed as number (NUM)
```
STR firstString: firstValue
NUM secondLong: 1234567
```
(the print statements for the above output have of course not been committed)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]