File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
src/NHibernate.Test/NHSpecificTest/NH2714 Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ public void PropertyRefUsesOtherColumns()
35
35
using ( ISession session = OpenSession ( ) )
36
36
{
37
37
var otherInformation = session . Get < Information > ( information . Id ) ;
38
-
39
38
Assert . That ( otherInformation . Items . Count , Is . EqualTo ( 1 ) ) ;
40
39
}
41
40
}
Original file line number Diff line number Diff line change 5
5
<generator class =" native" />
6
6
</id >
7
7
<properties name =" pref" >
8
- <property name =" Name" column =" aname " />
9
- <property name =" ExtraId" column =" extraid " />
8
+ <property name =" Name" column =" aName " />
9
+ <property name =" ExtraId" column =" aExtraId " />
10
10
</properties >
11
11
<set name =" Items" lazy =" true" >
12
12
<key property-ref =" pref" >
13
- <column name =" informationName " />
14
- <column name =" informationExtraId " />
13
+ <column name =" aName " />
14
+ <column name =" aExtraId " />
15
15
</key >
16
16
<one-to-many class =" Item" />
17
17
</set >
21
21
<id name =" Id" column =" id" >
22
22
<generator class =" assigned" />
23
23
</id >
24
- <property name =" Name" column =" aname " />
24
+ <property name =" Name" column =" aName " />
25
25
<property name =" ExtraId" column =" aExtraId" />
26
26
</class >
27
27
</hibernate-mapping >
You can’t perform that action at this time.
0 commit comments