From 8fb658431b467c740d2dea38e7bb30444d7cf498 Mon Sep 17 00:00:00 2001 From: Matt Ward Date: Sun, 2 Nov 2008 14:26:35 +0000 Subject: [PATCH] No longer ignoring one of the python parser tests which now works in IronPython 2 git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3634 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 --- .../Test/Parsing/ParseClassWithCtorTestFixture.cs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/AddIns/BackendBindings/Python/PythonBinding/Test/Parsing/ParseClassWithCtorTestFixture.cs b/src/AddIns/BackendBindings/Python/PythonBinding/Test/Parsing/ParseClassWithCtorTestFixture.cs index ac34ff666b..d0205ffa95 100644 --- a/src/AddIns/BackendBindings/Python/PythonBinding/Test/Parsing/ParseClassWithCtorTestFixture.cs +++ b/src/AddIns/BackendBindings/Python/PythonBinding/Test/Parsing/ParseClassWithCtorTestFixture.cs @@ -63,14 +63,7 @@ namespace PythonBinding.Tests.Parsing } } - /// - /// This tests fails because IronPython returns the correct - /// end column for the method body in this case. In general - /// it gets it wrong for class and method bodies by being - /// one character too long. - /// [Test] - [Ignore("Method body region returned is off by one due to bug in IronPython.")] public void MethodBodyRegion() { int startLine = 2; @@ -82,7 +75,6 @@ namespace PythonBinding.Tests.Parsing } [Test] - [Ignore] public void MethodFoldMarkerInnerText() { Assert.AreEqual("\r\n\t\tpass", methodMarker.InnerText);