1. 13 10月, 2012 22 次提交
  2. 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
  3. 11 10月, 2012 15 次提交