File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Src/NHibernate.Envers.Tests/NetSpecific/Integration/RevisionOnCollectionChange Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ public Fixture(string strategyType) : base(strategyType)
17
17
protected override void AddToConfiguration ( Cfg . Configuration configuration )
18
18
{
19
19
configuration . SetEnversProperty ( ConfigurationKey . GlobalWithModifiedFlag , true ) ;
20
- configuration . SetEnversProperty ( ConfigurationKey . RevisionOnCollectionChange , true ) ;
21
- base . AddToConfiguration ( configuration ) ;
22
20
}
23
21
24
22
protected override void Initialize ( )
Original file line number Diff line number Diff line change 17
17
<column name =" Id" />
18
18
<generator class =" guid.comb" />
19
19
</id >
20
- <bag name =" Cars" >
20
+ <bag name =" Cars" inverse = " true " >
21
21
<key >
22
22
<column name =" Owner_Id" />
23
23
</key >
You can’t perform that action at this time.
0 commit comments