File tree Expand file tree Collapse file tree
Orm/Xtensive.Orm.Tests/Linq Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ private ComparisonComparer(Comparison<T> comparison)
5454 [ Test ]
5555 public void Test1 ( )
5656 {
57+ Require . AllFeaturesSupported ( Providers . ProviderFeatures . Apply ) ;
58+
5759 using ( var session = Domain . OpenSession ( ) )
5860 using ( var tx = session . OpenTransaction ( ) ) {
5961 QueryExpressionTest (
@@ -67,6 +69,8 @@ public void Test1()
6769 [ Test ]
6870 public void Test2 ( )
6971 {
72+ Require . AllFeaturesSupported ( Providers . ProviderFeatures . Apply ) ;
73+
7074 using ( var session = Domain . OpenSession ( ) )
7175 using ( var tx = session . OpenTransaction ( ) ) {
7276 QueryExpressionTest (
@@ -80,6 +84,8 @@ public void Test2()
8084 [ Test ]
8185 public void Test3 ( )
8286 {
87+ Require . AllFeaturesSupported ( Providers . ProviderFeatures . Apply ) ;
88+
8389 using ( var session = Domain . OpenSession ( ) )
8490 using ( var tx = session . OpenTransaction ( ) ) {
8591 QueryExpressionTest (
You can’t perform that action at this time.
0 commit comments