From 31dfffde52baaff5c9539c9d11653f3776d10de4 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 5 Dec 2012 10:45:40 +0100 Subject: [PATCH] Update TODOs with new JIRA issue Issue: SPR-8116, SPR-10074 --- .../factory/support/security/CallbacksSecurityTests.java | 2 +- ...ntityManagerFactoryWithAspectJWeavingIntegrationTests.java | 4 ++-- .../TopLinkMultiEntityManagerFactoryIntegrationTests.java | 2 +- .../org/springframework/remoting/jaxws/JaxWsSupportTests.java | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/spring-beans/src/test/java/org/springframework/beans/factory/support/security/CallbacksSecurityTests.java b/spring-beans/src/test/java/org/springframework/beans/factory/support/security/CallbacksSecurityTests.java index 33b4e83c998..497352028ad 100644 --- a/spring-beans/src/test/java/org/springframework/beans/factory/support/security/CallbacksSecurityTests.java +++ b/spring-beans/src/test/java/org/springframework/beans/factory/support/security/CallbacksSecurityTests.java @@ -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(); diff --git a/spring-orm/src/test/java/org/springframework/orm/jpa/openjpa/OpenJpaEntityManagerFactoryWithAspectJWeavingIntegrationTests.java b/spring-orm/src/test/java/org/springframework/orm/jpa/openjpa/OpenJpaEntityManagerFactoryWithAspectJWeavingIntegrationTests.java index 94936ddf00a..44dc72070a3 100644 --- a/spring-orm/src/test/java/org/springframework/orm/jpa/openjpa/OpenJpaEntityManagerFactoryWithAspectJWeavingIntegrationTests.java +++ b/spring-orm/src/test/java/org/springframework/orm/jpa/openjpa/OpenJpaEntityManagerFactoryWithAspectJWeavingIntegrationTests.java @@ -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 diff --git a/spring-orm/src/test/java/org/springframework/orm/jpa/toplink/TopLinkMultiEntityManagerFactoryIntegrationTests.java b/spring-orm/src/test/java/org/springframework/orm/jpa/toplink/TopLinkMultiEntityManagerFactoryIntegrationTests.java index 5b75b444c87..c3350e0e255 100644 --- a/spring-orm/src/test/java/org/springframework/orm/jpa/toplink/TopLinkMultiEntityManagerFactoryIntegrationTests.java +++ b/spring-orm/src/test/java/org/springframework/orm/jpa/toplink/TopLinkMultiEntityManagerFactoryIntegrationTests.java @@ -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 { diff --git a/spring-web/src/test/java/org/springframework/remoting/jaxws/JaxWsSupportTests.java b/spring-web/src/test/java/org/springframework/remoting/jaxws/JaxWsSupportTests.java index 3c68c850af9..7ae30114dea 100644 --- a/spring-web/src/test/java/org/springframework/remoting/jaxws/JaxWsSupportTests.java +++ b/spring-web/src/test/java/org/springframework/remoting/jaxws/JaxWsSupportTests.java @@ -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 {