jdaugherty commented on code in PR #15683:
URL: https://github.com/apache/grails-core/pull/15683#discussion_r3343519449
##########
grails-data-mongodb/core/src/test/groovy/org/apache/grails/data/mongo/core/GrailsDataMongoTckManager.groovy:
##########
@@ -126,10 +125,10 @@ class GrailsDataMongoTckManager extends
GrailsDataTckManager {
return null
}
})
- mappingContext.addPersistentEntities(allClasses as Class[])
+ mappingContext.addPersistentEntities(domainClasses as Class[])
Review Comment:
I think you still want to store a reference to the classes prior to the
creation of the context.
--
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]