Skip to content

Commit 1564d3c

Browse files
committed
NH-3874 - Restrict test to dialects supporting identity columns
1 parent 83625c9 commit 1564d3c

File tree

1 file changed

+5
-0
lines changed
  • src/NHibernate.Test/NHSpecificTest/NH3874

1 file changed

+5
-0
lines changed

Diff for: src/NHibernate.Test/NHSpecificTest/NH3874/Fixture.cs

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ namespace NHibernate.Test.NHSpecificTest.NH3874
66
[TestFixture]
77
public class Fixture : BugTestCase
88
{
9+
protected override bool AppliesTo(Dialect.Dialect dialect)
10+
{
11+
return dialect.SupportsIdentityColumns;
12+
}
13+
914
object _id;
1015

1116
protected override void OnSetUp()

0 commit comments

Comments
 (0)