Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQi Zhang <qizhan@microsoft.com>2017-03-10 03:21:07 +0300
committerDan Moseley <danmose@microsoft.com>2017-03-10 03:21:07 +0300
commit0e8f11a3a8551a97ad992c08434cd5b4cec0cc2d (patch)
tree18ce35dd671fd8cf991f56569528bce24a98a02e /src/System.Transactions.Local
parent105366ba0527085821fe099bde1672f054a78eac (diff)
Update distributed transaction test blocking issue number from 16755 to 13532 for System.Transactions.Local. (#16931)
Diffstat (limited to 'src/System.Transactions.Local')
-rw-r--r--src/System.Transactions.Local/tests/EnlistTest.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/System.Transactions.Local/tests/EnlistTest.cs b/src/System.Transactions.Local/tests/EnlistTest.cs
index 00bb31ded9..8f6e603235 100644
--- a/src/System.Transactions.Local/tests/EnlistTest.cs
+++ b/src/System.Transactions.Local/tests/EnlistTest.cs
@@ -142,7 +142,7 @@ namespace System.Transactions.Tests
/* We support only 1 durable with 2PC
* On .net, this becomes a distributed transaction
*/
- [ActiveIssue(16755)] //Distributed transactions are not supported.
+ [ActiveIssue(13532)] //Distributed transactions are not supported.
[Fact]
public void Vol0_Dur1_2PC()
{
@@ -447,7 +447,7 @@ namespace System.Transactions.Tests
* > 1 durable, On .net this becomes a distributed transaction
* We don't support this in mono yet.
*/
- [ActiveIssue(16755)] //Distributed transactions are not supported.
+ [ActiveIssue(13532)] //Distributed transactions are not supported.
[Fact]
public void Vol0_Dur2()
{