Fix JIRA issue number in @Ignore comments

Issue: SPR-10333
master
Sam Brannen 12 years ago
parent 9b72bf4691
commit c0e4387cbc
  1. 2
      spring-orm/src/test/java/org/springframework/orm/jpa/openjpa/OpenJpaEntityManagerFactoryWithAspectJWeavingIntegrationTests.java
  2. 2
      spring-orm/src/test/java/org/springframework/orm/jpa/toplink/TopLinkMultiEntityManagerFactoryIntegrationTests.java

@ -25,7 +25,7 @@ import org.junit.Ignore;
* @author Ramnivas Laddad
* @author Chris Beams
*/
@Ignore("This test causes gradle to hang. See SPR-103333.")
@Ignore("This test causes gradle to hang. See SPR-10333.")
public class OpenJpaEntityManagerFactoryWithAspectJWeavingIntegrationTests extends OpenJpaEntityManagerFactoryIntegrationTests {
@Override

@ -28,7 +28,7 @@ import org.springframework.orm.jpa.AbstractContainerEntityManagerFactoryIntegrat
* @author Costin Leau
* @author Chris Beams
*/
@Ignore("This test causes gradle to hang. See SPR-103333.")
@Ignore("This test causes gradle to hang. See SPR-10333.")
public class TopLinkMultiEntityManagerFactoryIntegrationTests extends
AbstractContainerEntityManagerFactoryIntegrationTests {

Loading…
Cancel
Save