File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/NHibernate.Test/NHSpecificTest/GH3176 Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- namespace NHibernate . Test . NHSpecificTest . GH3176 {
1
+ namespace NHibernate . Test . NHSpecificTest . GH3176
2
+ {
2
3
public class Entity
3
4
{
4
5
public virtual int Id { get ; set ; }
Original file line number Diff line number Diff line change @@ -15,17 +15,16 @@ namespace NHibernate.Test.NHSpecificTest.GH3176
15
15
public class ByCodeFixture : TestCaseMappingByCode
16
16
{
17
17
private readonly bool _versioned ;
18
+ private int _id ;
19
+
20
+ protected override string CacheConcurrencyStrategy { get ; }
18
21
19
22
public ByCodeFixture ( string cacheStrategy , bool versioned )
20
23
{
21
24
_versioned = versioned ;
22
25
CacheConcurrencyStrategy = cacheStrategy ;
23
26
}
24
27
25
- protected override string CacheConcurrencyStrategy { get ; }
26
-
27
- private int _id ;
28
-
29
28
protected override HbmMapping GetMappings ( )
30
29
{
31
30
var mapper = new ModelMapper ( ) ;
You can’t perform that action at this time.
0 commit comments