Skip to content

Commit c50b2ac

Browse files
committed
NH-3807 - Can't check schema for keywords in .netstandard.
1 parent 8aaa63d commit c50b2ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/NHibernate.Test/Tools/hbm2ddl/SchemaMetadataUpdaterTest/SchemaMetadataUpdaterFixture.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ namespace NHibernate.Test.Tools.hbm2ddl.SchemaMetadataUpdaterTest
1212
[TestFixture]
1313
public class SchemaMetadataUpdaterFixture
1414
{
15+
#if !NETCOREAPP2_0
1516
[Test]
1617
public void CanRetrieveReservedWords()
1718
{
@@ -32,6 +33,7 @@ public void CanRetrieveReservedWords()
3233
connectionHelper.Release();
3334
}
3435
}
36+
#endif
3537

3638
[Test]
3739
public void UpdateReservedWordsInDialect()
@@ -262,4 +264,4 @@ public void WhenConfiguredOnlyExplicitAutoQuote()
262264
Assert.That(!GetColumnByName(culs, "Name").IsQuoted);
263265
}
264266
}
265-
}
267+
}

0 commit comments

Comments
 (0)