Browse Source

Update TODOs with new JIRA issue

Issue: SPR-8116, SPR-10074
pull/198/head
Sam Brannen 13 years ago
parent
commit
31dfffde52
  1. 2
      spring-beans/src/test/java/org/springframework/beans/factory/support/security/CallbacksSecurityTests.java
  2. 4
      spring-orm/src/test/java/org/springframework/orm/jpa/openjpa/OpenJpaEntityManagerFactoryWithAspectJWeavingIntegrationTests.java
  3. 2
      spring-orm/src/test/java/org/springframework/orm/jpa/toplink/TopLinkMultiEntityManagerFactoryIntegrationTests.java
  4. 2
      spring-web/src/test/java/org/springframework/remoting/jaxws/JaxWsSupportTests.java

2
spring-beans/src/test/java/org/springframework/beans/factory/support/security/CallbacksSecurityTests.java

@ -437,7 +437,7 @@ public class CallbacksSecurityTests { @@ -437,7 +437,7 @@ public class CallbacksSecurityTests {
@Test
@Ignore("passes under Eclipse, but fails under Gradle with https://gist.github.com/1664133")
// TODO SPR-8116 passes under Eclipse, but fails under Gradle with
// TODO [SPR-10074] passes under Eclipse, but fails under Gradle with
// https://gist.github.com/1664133
public void testContainerPrivileges() throws Exception {
AccessControlContext acc = provider.getAccessControlContext();

4
spring-orm/src/test/java/org/springframework/orm/jpa/openjpa/OpenJpaEntityManagerFactoryWithAspectJWeavingIntegrationTests.java

@ -23,8 +23,8 @@ import org.junit.Ignore; @@ -23,8 +23,8 @@ import org.junit.Ignore;
*
* @author Ramnivas Laddad
*/
// TODO SPR-8116 this test causes gradle to hang.
// when run independently e.g. `./gradlew :spring-orm:test -Dtest.single=OpenJpaEntity...`
// TODO [SPR-10074] this test causes gradle to hang.
// When run independently e.g. `./gradlew :spring-orm:test -Dtest.single=OpenJpaEntity...`
// it works fine. When run together with all other tests e.g. `./gradlew :spring-orm:test`
// it hangs on the 'testCanSerializeProxies' test method. Note that this test DOES pass in
// Eclipse, even when the entire 'spring-orm' module is run. Run gradle with '-i' to

2
spring-orm/src/test/java/org/springframework/orm/jpa/toplink/TopLinkMultiEntityManagerFactoryIntegrationTests.java

@ -27,7 +27,7 @@ import org.springframework.orm.jpa.AbstractContainerEntityManagerFactoryIntegrat @@ -27,7 +27,7 @@ import org.springframework.orm.jpa.AbstractContainerEntityManagerFactoryIntegrat
*
* @author Costin Leau
*/
// TODO SPR-8116 this test causes gradle to hang. See OJEMFWAJWIT.
// TODO [SPR-10074] this test causes gradle to hang. See OJEMFWAJWIT.
@Ignore("this test causes gradle to hang. See OJEMFWAJWIT.")
public class TopLinkMultiEntityManagerFactoryIntegrationTests extends
AbstractContainerEntityManagerFactoryIntegrationTests {

2
spring-web/src/test/java/org/springframework/remoting/jaxws/JaxWsSupportTests.java

@ -40,7 +40,7 @@ import org.springframework.context.support.GenericApplicationContext; @@ -40,7 +40,7 @@ import org.springframework.context.support.GenericApplicationContext;
* @author Juergen Hoeller
* @since 2.5
*/
// TODO SPR-8116 - see https://gist.github.com/1150858
// TODO [SPR-10074] see https://gist.github.com/1150858
@Ignore("see https://gist.github.com/1150858")
public class JaxWsSupportTests {

Loading…
Cancel
Save