yyfMichaelYan opened a new pull request #506: URL: https://github.com/apache/struts/pull/506
Fixed the flaky test testDynamicAttributesSupport due to non-deterministic order of two attributes. This flaky test is found by using [Nondex](https://github.com/TestingResearchIllinois/NonDex), a tool used to find flaky tests in Java projects. In the first two elements of the expected string, the order of the two attributes, ```foo``` and ```placeholder```, is non-deterministic, which means ```foo``` can be either before or after ```placeholder```. To make the test pass every time, all 4 possible orders are covered in the assertion. -- 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: dev-unsubscr...@struts.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org