From 589598e3ac7cceebbacaa953c2ecfea992e62c2c Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Thu, 29 Mar 2012 20:48:25 +0200 Subject: [PATCH] fix build --- ...dentChildElementEndTagAfterNewLineTypedTestFixture.cs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Editor/IndentChildElementEndTagAfterNewLineTypedTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Editor/IndentChildElementEndTagAfterNewLineTypedTestFixture.cs index ed03ffc9f4..88cdd2f33f 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Editor/IndentChildElementEndTagAfterNewLineTypedTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Editor/IndentChildElementEndTagAfterNewLineTypedTestFixture.cs @@ -71,14 +71,5 @@ namespace XmlEditor.Tests.Editor Assert.AreEqual(expectedText, textDocument.Text); } - - [Test] - public void CursorIsJustBeforeChildEndElementEndTagAfterIndent() - { - int line = 3; - int column = 2; - Location expectedLocation = new Location(column, line); - Assert.AreEqual(expectedLocation, textEditor.Caret.Position); - } } }