Fix JIRA issue number in @Ignore comments

Issue: SPR-10333
This commit is contained in:
Sam Brannen 2013-02-28 01:42:04 +01:00
parent 9b72bf4691
commit c0e4387cbc
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 {