Skip to content

Commit 11b4756

Browse files
committed
NH-2408 - Mark fixture as for Microsoft SQL Server dialects only
1 parent 9289094 commit 11b4756

File tree

1 file changed

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

1 file changed

+5
-0
lines changed

src/NHibernate.Test/NHSpecificTest/NH2408/Fixture.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ namespace NHibernate.Test.NHSpecificTest.NH2408
44
{
55
public class Fixture : BugTestCase
66
{
7+
protected override bool AppliesTo(Dialect.Dialect dialect)
8+
{
9+
return dialect is Dialect.MsSql2000Dialect;
10+
}
11+
712
[Test]
813
public void ShouldGenerateCorrectSqlStatement()
914
{

0 commit comments

Comments
 (0)