Browse Source

Enabled working unit test.

newNRvisualizers
Mike Krüger 14 years ago
parent
commit
f1fa0e0526
  1. 2
      ICSharpCode.NRefactory.Tests/CSharp/Resolver/ObjectCreationTests.cs

2
ICSharpCode.NRefactory.Tests/CSharp/Resolver/ObjectCreationTests.cs

@ -186,7 +186,7 @@ class B { @@ -186,7 +186,7 @@ class B {
Assert.AreEqual("System.Collections.Generic.List.Add", result.Member.FullName);
}
[Test, Ignore("Parser returns incorrect positions")]
[Test]
public void DictionaryInitializerTest()
{
string program = @"using System.Collections.Generic;

Loading…
Cancel
Save