Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.3.5
-
Fix Version/s: None
-
Component/s: Testing
-
Labels:None
Description
Using @Mixin(DatastoreUnitTestMixin) - grails-datastore-gorm-test M2
class Face {
Nose nose
static constraints =
{ nose(nullable:true) }}
class Nose {
}
def face = new Face()
mockDomain(Face, [face])
results in "Cannot save object [Face : 1] of type [Face]. The association [Face->nose] is cannot be null."
Activity
- All
- Comments
- Work Log
- History
- Activity
- Git Commits