Browse Source

Update RoundtripAssembly tests

pull/850/head
Siegfried Pammer 8 years ago
parent
commit
43977c640c
  1. 6
      ICSharpCode.Decompiler.Tests/RoundtripAssembly.cs

6
ICSharpCode.Decompiler.Tests/RoundtripAssembly.cs

@ -47,6 +47,12 @@ namespace ICSharpCode.Decompiler.Tests @@ -47,6 +47,12 @@ namespace ICSharpCode.Decompiler.Tests
RunWithTest("Newtonsoft.Json-net45", "Newtonsoft.Json.dll", "Newtonsoft.Json.Tests.dll");
}
[Test, Ignore("Do not run on build server")]
public void NewtonsoftJson_pcl_debug()
{
RunWithTest("Newtonsoft.Json-pcl-debug", "Newtonsoft.Json.dll", "Newtonsoft.Json.Tests.dll");
}
[Test]
public void NRefactory_CSharp()
{

Loading…
Cancel
Save