Enable a skipped test to run on coreclr

This commit is contained in:
Kiran Challa 2015-03-25 12:01:18 -07:00
parent e9d7bb2230
commit e571f401c3
1 changed files with 0 additions and 2 deletions

View File

@ -44,7 +44,6 @@ namespace Microsoft.AspNet.Mvc.FunctionalTests
}
}
#if !DNXCORE50
[Fact]
public async Task CheckIfObjectIsDeserializedWithoutErrors()
{
@ -71,7 +70,6 @@ namespace Microsoft.AspNet.Mvc.FunctionalTests
Assert.Equal("User has been registerd : " + sampleName,
await response.Content.ReadAsStringAsync());
}
#endif
[Fact]
public async Task CheckIfObjectIsDeserialized_WithErrors()