1. 14 10月, 2012 3 次提交
    • S
      Fix JDK7 method order-dependent issues in SRCCT · 300d4184
      Sam Brannen 提交于
      SpringRunnerContextCacheTests suffers from JDK7-related non-determinism
      in values returned from Class#getDeclaredMethods(), which in turn
      affects JUnit and its execution of @test methods.
      
      This commit addresses this issue by introducing an
      OrderedMethodsSpringJUnit4ClassRunner that sorts the test methods
      alphabetically, which is actually required for
      SpringRunnerContextCacheTests to work properly.
      
      Issue: SPR-9789
      300d4184
    • S
      Support session & request scoped beans in the TCF · 21ebbb9c
      Sam Brannen 提交于
      This commit introduces RequestAndSessionScopedBeansWacTests which
      verifies support for request and session scoped beans in the Spring
      TestContext Framework (TCF).
      
      This support was actually introduced as an intentional side effect of
      the work performed for SPR-5243 through the addition of the new 
      WebTestExecutionListener.
      
      Issue: SPR-4588
      21ebbb9c
    • S
      Update documentation TODOs · 0bb24f29
      Sam Brannen 提交于
      Issue: SPR-9864
      0bb24f29
  2. 13 10月, 2012 22 次提交
  3. 12 10月, 2012 3 次提交
    • R
      Add file upload test to Spring MVC Test · 365a42da
      Rossen Stoyanchev 提交于
      365a42da
    • R
      Fix issue in message conversion · dc01f088
      Rossen Stoyanchev 提交于
      This change ensures that when the Accept and the Producible media types
      are equally specific, we use the one from the Accept header, which may
      for example carry a different charset.
      dc01f088
    • R
      Polish Spring MVC Test code · f7943786
      Rossen Stoyanchev 提交于
      Remove use of UriTemplate in MockMvcRequestBuilders.
      Rely on UriComponentsBuilder instead.
      
      Decode query params before setting them on MockHttpServletRequest.
      
      Add more options to model result matching for the count of errors.
      
      Ignore white spaces and comments when comparing XML.
      f7943786
  4. 11 10月, 2012 12 次提交