Index: test/DeltaShell/DeltaShell.Plugins.SharpMapGis.Tests/Forms/MapViewTest.cs =================================================================== diff -u -rdbf346f0cc265bf639c1b94ac0eedc1c7bd9d0e4 -rebe27727ee0416c176eb5a77da0f989afb367658 --- test/DeltaShell/DeltaShell.Plugins.SharpMapGis.Tests/Forms/MapViewTest.cs (.../MapViewTest.cs) (revision dbf346f0cc265bf639c1b94ac0eedc1c7bd9d0e4) +++ test/DeltaShell/DeltaShell.Plugins.SharpMapGis.Tests/Forms/MapViewTest.cs (.../MapViewTest.cs) (revision ebe27727ee0416c176eb5a77da0f989afb367658) @@ -257,7 +257,7 @@ mapView.Map.Layers.Add(groupLayer); // use mocked tab control to check the removing of the sub-layer view - TypeUtils.SetField(mapView, "tabControl", tabControl); + TypeUtils.SetPrivatePropertyValue(mapView, "TabControl", tabControl); mapView.Map.Layers.Clear(); Index: test/DeltaShell/DeltaShell.Tests/DeltaShell.Tests.csproj =================================================================== diff -u -rdbf346f0cc265bf639c1b94ac0eedc1c7bd9d0e4 -rebe27727ee0416c176eb5a77da0f989afb367658 --- test/DeltaShell/DeltaShell.Tests/DeltaShell.Tests.csproj (.../DeltaShell.Tests.csproj) (revision dbf346f0cc265bf639c1b94ac0eedc1c7bd9d0e4) +++ test/DeltaShell/DeltaShell.Tests/DeltaShell.Tests.csproj (.../DeltaShell.Tests.csproj) (revision ebe27727ee0416c176eb5a77da0f989afb367658) @@ -89,7 +89,6 @@ - Fisheye: Tag ebe27727ee0416c176eb5a77da0f989afb367658 refers to a dead (removed) revision in file `test/DeltaShell/DeltaShell.Tests/Gui/GuiCommandHandlerTest.cs'. Fisheye: No comparison available. Pass `N' to diff?