Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaterLevelCalculationsForNormTargetProbabilityContextTreeNodeInfoTest.cs =================================================================== diff -u -rc96fb56602a4b48d007208923213ab5efa09699f -raed254e70873564b9ed5f646f511e41ccc1c8c75 --- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaterLevelCalculationsForNormTargetProbabilityContextTreeNodeInfoTest.cs (.../WaterLevelCalculationsForNormTargetProbabilityContextTreeNodeInfoTest.cs) (revision c96fb56602a4b48d007208923213ab5efa09699f) +++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaterLevelCalculationsForNormTargetProbabilityContextTreeNodeInfoTest.cs (.../WaterLevelCalculationsForNormTargetProbabilityContextTreeNodeInfoTest.cs) (revision aed254e70873564b9ed5f646f511e41ccc1c8c75) @@ -98,7 +98,7 @@ [Test] [TestCase(0.1, 0.01, "1/10")] - [TestCase(0.1, 0.1, "1/10 (1)")] + [TestCase(0.1, 0.1, "1/10")] public void Text_WithContext_ReturnsUniquelyFormattedTargetProbabilityForLowerLimitNorm(double lowerLimitNorm, double signalingNorm, string expectedText) { // Setup @@ -131,7 +131,7 @@ [Test] [TestCase(0.1, 0.01, "1/100")] - [TestCase(0.1, 0.1, "1/10 (2)")] + [TestCase(0.1, 0.1, "1/10 (1)")] public void Text_WithContext_ReturnsUniquelyFormattedTargetProbabilityForSignalingNorm(double lowerLimitNorm, double signalingNorm, string expectedText) { // Setup