mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 04:09:04 +00:00
Prior to this commit, tests in these two classes intermittently failed with errors similar to the following, due to concurrent modification of shared files. expected: "<input type="text" id="name" name="name" value="Darren" >" but was: "<input type="text" id="name" name="name" value="Darren" > "hidden"/>" This commit fixes this by creating a new temporary folder for each test method invocation.