Browse Source

Enabled working unit test.

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

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

@ -267,7 +267,7 @@ class TestClass {
Assert.AreEqual("System.Collections.Generic.IEnumerable`1[[System.String]]", rr.Type.ReflectionName); Assert.AreEqual("System.Collections.Generic.IEnumerable`1[[System.String]]", rr.Type.ReflectionName);
} }
[Test, Ignore("Parser bug (incorrect position), but also resolver bug (handles Select as a separate call when it's combined into the GroupJoin)")] [Test]
public void GroupJoinWithCustomMethod() public void GroupJoinWithCustomMethod()
{ {
string program = @"using System; string program = @"using System;

Loading…
Cancel
Save