Update TODOs with new JIRA issue

Issue: SPR-8116, SPR-10074
This commit is contained in:
Sam Brannen
2012-12-05 10:45:40 +01:00
parent 025d111efc
commit 31dfffde52
4 changed files with 5 additions and 5 deletions

View File

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

View File

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