1. 12 11月, 2015 1 次提交
  2. 28 9月, 2015 1 次提交
    • S
      Migrate JUnit 3 tests to JUnit 4 · d5ee787e
      Sam Brannen 提交于
      This commit migrates all remaining tests from JUnit 3 to JUnit 4, with
      the exception of Spring's legacy JUnit 3.8 based testing framework that
      is still in use in the spring-orm module.
      
      Issue: SPR-13514
      d5ee787e
  3. 27 8月, 2015 1 次提交
  4. 12 8月, 2015 3 次提交
  5. 01 8月, 2015 1 次提交
  6. 13 7月, 2015 1 次提交
  7. 30 6月, 2015 2 次提交
  8. 19 6月, 2015 1 次提交
  9. 15 6月, 2015 1 次提交
  10. 20 5月, 2015 1 次提交
  11. 07 3月, 2015 1 次提交
  12. 06 3月, 2015 1 次提交
  13. 31 12月, 2014 1 次提交
  14. 28 10月, 2014 1 次提交
  15. 21 10月, 2014 1 次提交
  16. 08 8月, 2014 1 次提交
  17. 20 7月, 2014 1 次提交
  18. 20 5月, 2014 2 次提交
  19. 28 4月, 2014 2 次提交
  20. 22 4月, 2014 1 次提交
  21. 17 4月, 2014 1 次提交
  22. 10 4月, 2014 1 次提交
  23. 09 4月, 2014 2 次提交
  24. 26 3月, 2014 1 次提交
    • A
      Improved StAX<->SAX bridge · f2f355e7
      Arjen Poutsma 提交于
      Improved the SAX to StAX (and vice-versa) bridge exposed via StaxUtils.
      The old integration had some issues with namespace declaration
      attributes, brought to light in a XMLUnit upgrade.
      
      Issue: SPR-11549
      f2f355e7
  25. 25 3月, 2014 1 次提交
  26. 21 3月, 2014 1 次提交
    • S
      Harmonize log configuration · 4cd818b9
      Stephane Nicoll 提交于
      Prior to this commit, the codebase was using a mix of log4j.xml
      and log4j.properties for test-related logging configuration. This
      can be an issue as log4j takes the xml variant first when looking
      for a default bootstrap configuration.
      
      In practice, some modules declaring the properties variant were
      taking the xml variant configuration from another module.
      
      The general structure of the configuration has also been
      harmonized to provide a standard console output as well as an
      easy way to enable trace logs for the current module.
      4cd818b9
  27. 15 3月, 2014 1 次提交
  28. 06 3月, 2014 1 次提交
  29. 19 2月, 2014 1 次提交
  30. 09 2月, 2014 1 次提交
    • S
      Polish test classes · 1f778530
      Sam Brannen 提交于
      - Consistent importing of org.junit.Assert.*;
      - Proper declaration of expected exceptions via @test(expected).
      - Renamed SpEL ExpressionTestCase to AbstractExpressionTests.
      - Formatting and test method naming conventions.
      1f778530
  31. 25 1月, 2014 3 次提交
  32. 08 1月, 2014 1 次提交