File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/NHibernate.Test/Insertordering/FamilyModel Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,12 +66,12 @@ public void CircularReferences()
66
66
var denis = new Man { Name = "Denis" , Mother = jeanne , Father = paul } ;
67
67
68
68
var laure = new Woman { Name = "Laure" , Mother = paulette } ;
69
- var valerie = new Woman { Name = "Valérie" , Mother = paulette } ;
69
+ var valerie = new Woman { Name = "Valérie" , Mother = paulette } ;
70
70
var caroline = new Woman { Name = "Caroline" , Mother = monique } ;
71
71
var cathy = new Woman { Name = "Cathy" , Father = yves } ;
72
- var helene = new Woman { Name = "Hélène" , Father = yves } ;
72
+ var helene = new Woman { Name = "Hélène" , Father = yves } ;
73
73
var nicolas = new Man { Name = "Nicolas" , Mother = monique } ;
74
- var frederic = new Man { Name = "Frédéric" , Mother = monique } ;
74
+ var frederic = new Man { Name = "Frédéric" , Mother = monique } ;
75
75
var arnaud = new Man { Name = "Arnaud" , Father = denis } ;
76
76
77
77
session . Save ( alice ) ;
You can’t perform that action at this time.
0 commit comments