Browse Source

Update RoundtripAssembly tests

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

8
ICSharpCode.Decompiler.Tests/RoundtripAssembly.cs

@ -40,13 +40,19 @@ namespace ICSharpCode.Decompiler.Tests @@ -40,13 +40,19 @@ namespace ICSharpCode.Decompiler.Tests
{
RunWithTest("Mono.Cecil-net45", "Mono.Cecil.dll", "Mono.Cecil.Tests.dll");
}
[Test]
public void NewtonsoftJson_net45()
{
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