Skip to content

Commit

Permalink
Enable Test EchoComositeType_XmlSerializerFormat_Soap (#1905)
Browse files Browse the repository at this point in the history
* Fix #1884

* Update Microsoft.NETCore.App

* Update Microsoft.NETCore.App
  • Loading branch information
shmao committed May 11, 2017
1 parent 04a4868 commit 7873693
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Common/test-runtime/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"OpenCover": "4.6.519",
"ReportGenerator": "2.4.3",
"Microsoft.NETCore.TestHost": "2.0.0-preview2-25304-01",
"Microsoft.NETCore.App": "2.0.0-preview1-002101-00",
"Microsoft.NETCore.App": "2.0.0-preview2-25310-02",
"Microsoft.DotNet.BuildTools.TestSuite": "1.0.1-prerelease-01001-04",
"xunit.console.netcore": "1.0.3-prerelease-00925-01",
"Microsoft.xunit.netcore.extensions": "1.0.1-prerelease-01001-04",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ public static void CombineString_XmlSerializerFormat_Soap()

[WcfFact]
[OuterLoop]
[Issue(1884)]
public static void EchoComositeType_XmlSerializerFormat_Soap()
{
RunWcfSoapServiceTest((serviceProxy) =>
Expand Down

0 comments on commit 7873693

Please sign in to comment.