Browse Source

Fix build.

newNRvisualizers
Daniel Grunwald 14 years ago
parent
commit
a8d0875c13
  1. 2
      src/AddIns/DisplayBindings/XmlEditor/Test/Utils/MockWorkbench.cs
  2. 2
      src/AddIns/DisplayBindings/XmlEditor/Test/XPath/SingleXPathQueryElementMarkedTestFixture.cs

2
src/AddIns/DisplayBindings/XmlEditor/Test/Utils/MockWorkbench.cs

@ -127,7 +127,7 @@ namespace XmlEditor.Tests.Utils @@ -127,7 +127,7 @@ namespace XmlEditor.Tests.Utils
}
}
public object ActiveContent {
public IServiceProvider ActiveContent {
get {
throw new NotImplementedException();
}

2
src/AddIns/DisplayBindings/XmlEditor/Test/XPath/SingleXPathQueryElementMarkedTestFixture.cs

@ -37,7 +37,7 @@ namespace XmlEditor.Tests.XPath @@ -37,7 +37,7 @@ namespace XmlEditor.Tests.XPath
markers = new List<ITextMarker>(service.TextMarkers);
// Remove markers.
xpathNodeMarker.RemoveMarkers();
XPathNodeTextMarker.RemoveMarkers(doc);
markersAfterRemove = new List<ITextMarker>(service.TextMarkers);
xpathNodeTextMarker = markers[0];

Loading…
Cancel
Save