1. 14 1月, 2013 2 次提交
  2. 12 1月, 2013 10 次提交
  3. 11 1月, 2013 19 次提交
  4. 10 1月, 2013 4 次提交
    • S
      Ensure JUnit & TestNG tests run in spring-test · 4ae9cf7c
      Sam Brannen 提交于
      Prior to this commit, the Gradle build configuration only executed
      TestNG-based tests and effectively disabled all JUnit-based tests in the
      spring-test module. Furthermore, TestNG-based tests were not properly
      reported in Bamboo CI builds.
      
      This commit ensures that both JUnit and TestNG tests are executed in the
      Gradle build by defining a new testNG task within the spring-test
      configuration. The test task now depends on the new testNG task.
      Furthermore, the testNG task makes use of Gradle 1.3's support for
      generating test reports for TestNG tests alongside reports for JUnit
      tests. The net effect is that all tests are executed and reportedly
      properly in Bamboo builds on the CI server.
      
      - Enabled both JUnit and TestNG tests for the spring-test module.
      - Corrected bugs in FailingBeforeAndAfterMethodsTests introduced in
        commit 3d1b3868.
      - Deleted the now obsolete SPR-9398.txt file.
      
      Issue: SPR-9398
      4ae9cf7c
    • P
      Merge branch 'cleanup-3.2.x' into 3.2.x · 0b612d65
      Phillip Webb 提交于
      * cleanup-3.2.x:
        Replace EasyMock with Mockito in spring-orm
      0b612d65
    • P
      Merge branch 'SPR-10126' into cleanup-3.2.x · 1386479d
      Phillip Webb 提交于
      * SPR-10126:
        Replace EasyMock with Mockito in spring-orm
      1386479d
    • P
      Replace EasyMock with Mockito in spring-orm · ee1ddc90
      Phillip Webb 提交于
      Issue: SPR-10126
      ee1ddc90
  5. 09 1月, 2013 3 次提交
  6. 08 1月, 2013 2 次提交