Index: Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/TreeNodeInfos/PipingCalculationScenarioContextTreeNodeInfoTest.cs =================================================================== diff -u -r9ad3a25b98327fbb360663497753e166e095fb4b -rf7ebce8375c44bd8f2272643cb8b208f18b0297b --- Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/TreeNodeInfos/PipingCalculationScenarioContextTreeNodeInfoTest.cs (.../PipingCalculationScenarioContextTreeNodeInfoTest.cs) (revision 9ad3a25b98327fbb360663497753e166e095fb4b) +++ Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/TreeNodeInfos/PipingCalculationScenarioContextTreeNodeInfoTest.cs (.../PipingCalculationScenarioContextTreeNodeInfoTest.cs) (revision f7ebce8375c44bd8f2272643cb8b208f18b0297b) @@ -470,7 +470,7 @@ } [Test] - public void GivenCalculationWithSurfaceLine_WhenEntryAndExitPointUpdatedAndUpdateEntryAndExitPointClicked__ThenPointsUpdatedAndObserversNotified() + public void GivenCalculationWithSurfaceLineWithoutOutput_WhenEntryAndExitPointUpdatedAndUpdateEntryAndExitPointClicked_ThenPointsUpdatedAndInputObserverNotified() { using (var treeViewControl = new TreeViewControl()) { @@ -541,7 +541,7 @@ } [Test] - public void GivenCalculationWithSurfaceLineAndOutput_WhenEntryAndExitPointsUpdatedAndUpdateEntryAndExitPointClicked__ThenPointsUpdatedOutputsRemovedAndObserversNotified() + public void GivenCalculationWithSurfaceLineAndOutput_WhenEntryAndExitPointsUpdatedAndUpdateEntryAndExitPointClicked_ThenPointsUpdatedOutputsRemovedAndObserversNotified() { using (var treeViewControl = new TreeViewControl()) { @@ -615,7 +615,7 @@ } [Test] - public void GivenCalculationWithSurfaceLineAndOutput_WhenUpdatedEntryAndExitPointsHasNoChangeAndUpdateEntryAndExitPointClicked__ThenOutputNotRemovedAndObserversNotNotified() + public void GivenCalculationWithSurfaceLineAndOutput_WhenUpdatedEntryAndExitPointsHasNoChangeAndUpdateEntryAndExitPointClicked_ThenOutputNotRemovedAndObserversNotNotified() { using (var treeViewControl = new TreeViewControl()) {