From cbd5a4672d822d93f807a69cc4d8b252a3a0e337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Kr=C3=BCger?= Date: Fri, 9 Mar 2012 12:15:39 +0100 Subject: [PATCH] Enabled working unit test. --- ICSharpCode.NRefactory.Tests/CSharp/Resolver/LinqTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ICSharpCode.NRefactory.Tests/CSharp/Resolver/LinqTests.cs b/ICSharpCode.NRefactory.Tests/CSharp/Resolver/LinqTests.cs index f6a8b3d4af..708d643e9f 100644 --- a/ICSharpCode.NRefactory.Tests/CSharp/Resolver/LinqTests.cs +++ b/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); } - [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() { string program = @"using System;