matrei commented on code in PR #15568:
URL: https://github.com/apache/grails-core/pull/15568#discussion_r3451595951


##########
grails-data-hibernate5/core/src/test/groovy/grails/gorm/tests/SubclassMultipleListCollectionSpec.groovy:
##########
@@ -41,9 +41,8 @@ class SubclassMultipleListCollectionSpec extends 
Specification {
         transactionManager = hibernateDatastore.getTransactionManager()
     }
 
-    @Ignore // not yet implemented
     @Rollback
-    @Issue('https://github.com/apache/grails-data-mapping/issues/882')
+    @Issue('https://github.com/grails/grails-data-mapping/issues/882')

Review Comment:
   https://github.com/apache/grails-data-mapping/issues/882 redirects to 
https://github.com/apache/grails-core/issues/14624 and is therefore not needed.
   
   > The @Ignore was removed; the test now passes.
   
   There is still an `@Ignore` at the class level which prevents the test from 
running.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to