spring-framework/spring-test
Rossen Stoyanchev 119e793994 Fix concurrency issue in TestDispatcherServlet
This change fixes a timing issue in tests using Spring MVC Tests where
assertions on an async result may not wait long enough.

The fix involves the use of a new callback in  MockAsyncContext that
allows tests to detect when an async dispatch has been invoked.

Issue: SPR-10838
2013-11-25 21:51:08 -05:00
..
src Fix concurrency issue in TestDispatcherServlet 2013-11-25 21:51:08 -05:00
.springBeans Provide support for context hierarchies in the TCF 2013-03-07 02:11:11 +01:00