Commit 0f3911b5 authored by mgravell's avatar mgravell

TransactionScope isn't supported everywhere

parent d1b2e154
...@@ -648,7 +648,7 @@ public void Transactions() ...@@ -648,7 +648,7 @@ public void Transactions()
Assert.Equal(car.Name, orgName); Assert.Equal(car.Name, orgName);
} }
} }
#if TRANSCOPE
[Fact] [Fact]
public void TransactionScope() public void TransactionScope()
{ {
...@@ -664,6 +664,7 @@ public void TransactionScope() ...@@ -664,6 +664,7 @@ public void TransactionScope()
} }
} }
} }
#endif
[Fact] [Fact]
public void InsertCheckKey() public void InsertCheckKey()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment