Browse Source

fix build

pull/6/merge
Siegfried Pammer 13 years ago
parent
commit
589598e3ac
  1. 9
      src/AddIns/DisplayBindings/XmlEditor/Test/Editor/IndentChildElementEndTagAfterNewLineTypedTestFixture.cs

9
src/AddIns/DisplayBindings/XmlEditor/Test/Editor/IndentChildElementEndTagAfterNewLineTypedTestFixture.cs

@ -71,14 +71,5 @@ namespace XmlEditor.Tests.Editor @@ -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);
}
}
}

Loading…
Cancel
Save