spring-framework/spring-webmvc
Sam Brannen 0621a8eff1 Fix concurrency issues in FreeMarkerMacroTests
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.
2022-07-05 13:17:50 +02:00
..
src Fix concurrency issues in FreeMarkerMacroTests 2022-07-05 13:17:50 +02:00
spring-webmvc.gradle Migrate CoroutinesUtils to Java 2021-09-13 17:39:45 +02:00