JJAM2014 opened a new issue, #14475:
URL: https://github.com/apache/grails-core/issues/14475
#10648
Task List
create a database with name "unabaseTest"
Steps to Reproduce
execute ./gradlew build for testing application
Expected Behaviour
The call of integration test to executing checkFather method of
Pruebaservice and result expect shoul be a list with [1, 2] value, because the
foreing key of class child are hija = 1 and hijaPol = 2
Actual Behaviour
but the list that return the service is [1,1] because is matching with ID of
classes of child and no with foreing key
Environment Information
Operating System: ubuntu 16.04 LTS
Grails Version: 3.1.8.
JDK Version: jdk1.8.0_121
Container Version (If Applicable): Tomcat8
db mysql 5.7.8
Example Application
I will attachment a zip file with application for testing
Additional notes
When execute build the integration test run and you can see in reports th
output.
BD
I will attachement image of db tables



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