Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/GrassCoverErosionOutwardsHydraulicBoundaryLocationMetaDataAttributeNameProviderTest.cs =================================================================== diff -u -ra515ad85896ba1e242bacc8f3c6e59cf2bb607b9 -r842307c9f9e9683cf691cff46c2a988bd8105b60 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/GrassCoverErosionOutwardsHydraulicBoundaryLocationMetaDataAttributeNameProviderTest.cs (.../GrassCoverErosionOutwardsHydraulicBoundaryLocationMetaDataAttributeNameProviderTest.cs) (revision a515ad85896ba1e242bacc8f3c6e59cf2bb607b9) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/GrassCoverErosionOutwardsHydraulicBoundaryLocationMetaDataAttributeNameProviderTest.cs (.../GrassCoverErosionOutwardsHydraulicBoundaryLocationMetaDataAttributeNameProviderTest.cs) (revision 842307c9f9e9683cf691cff46c2a988bd8105b60) @@ -40,11 +40,11 @@ Assert.AreEqual("h(IIIv->IVv)", nameProvider.WaterLevelCalculationForMechanismSpecificLowerLimitNormAttributeName); Assert.AreEqual("h(IVv->Vv)", nameProvider.WaterLevelCalculationForLowerLimitNormAttributeName); Assert.AreEqual("h(Vv->VIv)", nameProvider.WaterLevelCalculationForFactorizedLowerLimitNormAttributeName); - Assert.AreEqual("hs(Iv->IIv)", nameProvider.WaveHeightCalculationForMechanismSpecificFactorizedSignalingNormAttributeName); - Assert.AreEqual("hs(IIv->IIIv)", nameProvider.WaveHeightCalculationForMechanismSpecificSignalingNormAttributeName); - Assert.AreEqual("hs(IIIv->IVv)", nameProvider.WaveHeightCalculationForMechanismSpecificLowerLimitNormAttributeName); - Assert.AreEqual("hs(IVv->Vv)", nameProvider.WaveHeightCalculationForLowerLimitNormAttributeName); - Assert.AreEqual("hs(Vv->VIv)", nameProvider.WaveHeightCalculationForFactorizedLowerLimitNormAttributeName); + Assert.AreEqual("Hs(Iv->IIv)", nameProvider.WaveHeightCalculationForMechanismSpecificFactorizedSignalingNormAttributeName); + Assert.AreEqual("Hs(IIv->IIIv)", nameProvider.WaveHeightCalculationForMechanismSpecificSignalingNormAttributeName); + Assert.AreEqual("Hs(IIIv->IVv)", nameProvider.WaveHeightCalculationForMechanismSpecificLowerLimitNormAttributeName); + Assert.AreEqual("Hs(IVv->Vv)", nameProvider.WaveHeightCalculationForLowerLimitNormAttributeName); + Assert.AreEqual("Hs(Vv->VIv)", nameProvider.WaveHeightCalculationForFactorizedLowerLimitNormAttributeName); } } } \ No newline at end of file Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.TestUtil/GrassCoverErosionOutwardsMapFeaturesTestHelper.cs =================================================================== diff -u -r27d9e2e0aefb9b6c8f3bda50bfa40586efddd230 -r842307c9f9e9683cf691cff46c2a988bd8105b60 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.TestUtil/GrassCoverErosionOutwardsMapFeaturesTestHelper.cs (.../GrassCoverErosionOutwardsMapFeaturesTestHelper.cs) (revision 27d9e2e0aefb9b6c8f3bda50bfa40586efddd230) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.TestUtil/GrassCoverErosionOutwardsMapFeaturesTestHelper.cs (.../GrassCoverErosionOutwardsMapFeaturesTestHelper.cs) (revision 842307c9f9e9683cf691cff46c2a988bd8105b60) @@ -88,19 +88,19 @@ MapFeaturesMetaDataTestHelper.AssertMetaData( GetExpectedResult(failureMechanism.WaveHeightCalculationsForMechanismSpecificFactorizedSignalingNorm, hydraulicBoundaryLocation), - mapFeature, "hs(Iv->IIv)"); + mapFeature, "Hs(Iv->IIv)"); MapFeaturesMetaDataTestHelper.AssertMetaData( GetExpectedResult(failureMechanism.WaveHeightCalculationsForMechanismSpecificSignalingNorm, hydraulicBoundaryLocation), - mapFeature, "hs(IIv->IIIv)"); + mapFeature, "Hs(IIv->IIIv)"); MapFeaturesMetaDataTestHelper.AssertMetaData( GetExpectedResult(failureMechanism.WaveHeightCalculationsForMechanismSpecificLowerLimitNorm, hydraulicBoundaryLocation), - mapFeature, "hs(IIIv->IVv)"); + mapFeature, "Hs(IIIv->IVv)"); MapFeaturesMetaDataTestHelper.AssertMetaData( GetExpectedResult(assessmentSection.WaveHeightCalculationsForLowerLimitNorm, hydraulicBoundaryLocation), - mapFeature, "hs(IVv->Vv)"); + mapFeature, "Hs(IVv->Vv)"); MapFeaturesMetaDataTestHelper.AssertMetaData( GetExpectedResult(assessmentSection.WaveHeightCalculationsForFactorizedLowerLimitNorm, hydraulicBoundaryLocation), - mapFeature, "hs(Vv->VIv)"); + mapFeature, "Hs(Vv->VIv)"); } } Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.IO.Test/Exporters/GrassCoverErosionOutwardsHydraulicBoundaryLocationExportMetaDataAttributeNameProviderTest.cs =================================================================== diff -u -re613a7c9d1e9d2cc071aa9dbad42fbffeb4d2228 -r842307c9f9e9683cf691cff46c2a988bd8105b60 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.IO.Test/Exporters/GrassCoverErosionOutwardsHydraulicBoundaryLocationExportMetaDataAttributeNameProviderTest.cs (.../GrassCoverErosionOutwardsHydraulicBoundaryLocationExportMetaDataAttributeNameProviderTest.cs) (revision e613a7c9d1e9d2cc071aa9dbad42fbffeb4d2228) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.IO.Test/Exporters/GrassCoverErosionOutwardsHydraulicBoundaryLocationExportMetaDataAttributeNameProviderTest.cs (.../GrassCoverErosionOutwardsHydraulicBoundaryLocationExportMetaDataAttributeNameProviderTest.cs) (revision 842307c9f9e9683cf691cff46c2a988bd8105b60) @@ -41,11 +41,11 @@ Assert.AreEqual("h III-IV", nameProvider.WaterLevelCalculationForMechanismSpecificLowerLimitNormAttributeName); Assert.AreEqual("h IV-V", nameProvider.WaterLevelCalculationForLowerLimitNormAttributeName); Assert.AreEqual("h V-VI", nameProvider.WaterLevelCalculationForFactorizedLowerLimitNormAttributeName); - Assert.AreEqual("hs I-II", nameProvider.WaveHeightCalculationForMechanismSpecificFactorizedSignalingNormAttributeName); - Assert.AreEqual("hs II-III", nameProvider.WaveHeightCalculationForMechanismSpecificSignalingNormAttributeName); - Assert.AreEqual("hs III-IV", nameProvider.WaveHeightCalculationForMechanismSpecificLowerLimitNormAttributeName); - Assert.AreEqual("hs IV-V", nameProvider.WaveHeightCalculationForLowerLimitNormAttributeName); - Assert.AreEqual("hs V-VI", nameProvider.WaveHeightCalculationForFactorizedLowerLimitNormAttributeName); + Assert.AreEqual("Hs I-II", nameProvider.WaveHeightCalculationForMechanismSpecificFactorizedSignalingNormAttributeName); + Assert.AreEqual("Hs II-III", nameProvider.WaveHeightCalculationForMechanismSpecificSignalingNormAttributeName); + Assert.AreEqual("Hs III-IV", nameProvider.WaveHeightCalculationForMechanismSpecificLowerLimitNormAttributeName); + Assert.AreEqual("Hs IV-V", nameProvider.WaveHeightCalculationForLowerLimitNormAttributeName); + Assert.AreEqual("Hs V-VI", nameProvider.WaveHeightCalculationForFactorizedLowerLimitNormAttributeName); } } } \ No newline at end of file Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.IO.Test/test-data/GrassCoverErosionOutwardsHydraulicBoundaryLocationsExporter/ExpectedExport.dbf =================================================================== diff -u -rb1b71a40d77daee847b347b731a8442d666b9e0e -r842307c9f9e9683cf691cff46c2a988bd8105b60 Binary files differ Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.IO.Test/test-data/GrassCoverErosionOutwardsHydraulicBoundaryLocationsExporter/ExpectedExport.shx =================================================================== diff -u -rc6bb356ca9ac02009e91e7e50dbcff56efcd7a52 -r842307c9f9e9683cf691cff46c2a988bd8105b60 Binary files differ Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.IO.Test/test-data/GrassCoverErosionOutwardsHydraulicBoundaryLocationsWriter/ExpectedExport.dbf =================================================================== diff -u -r92ea02c5405139ed7ce724c88eb0dfa24c52edd3 -r842307c9f9e9683cf691cff46c2a988bd8105b60 Binary files differ Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Util.Test/GrassCoverErosionOutwardsHydraulicBoundaryLocationMapDataFeaturesFactoryTest.cs =================================================================== diff -u -r27d9e2e0aefb9b6c8f3bda50bfa40586efddd230 -r842307c9f9e9683cf691cff46c2a988bd8105b60 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Util.Test/GrassCoverErosionOutwardsHydraulicBoundaryLocationMapDataFeaturesFactoryTest.cs (.../GrassCoverErosionOutwardsHydraulicBoundaryLocationMapDataFeaturesFactoryTest.cs) (revision 27d9e2e0aefb9b6c8f3bda50bfa40586efddd230) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Util.Test/GrassCoverErosionOutwardsHydraulicBoundaryLocationMapDataFeaturesFactoryTest.cs (.../GrassCoverErosionOutwardsHydraulicBoundaryLocationMapDataFeaturesFactoryTest.cs) (revision 842307c9f9e9683cf691cff46c2a988bd8105b60) @@ -72,11 +72,11 @@ const string waterLevelCalculationForMechanismSpecificLowerLimitNormAttributeName = "h3"; const string waterLevelCalculationForLowerLimitNormAttributeName = "h4"; const string waterLevelCalculationForFactorizedLowerLimitNormAttributeName = "h5"; - const string waveHeightCalculationForMechanismSpecificFactorizedSignalingNormAttributeName = "hs1"; - const string waveHeightCalculationForMechanismSpecificSignalingNormAttributeName = "hs2"; - const string waveHeightCalculationForMechanismSpecificLowerLimitNormAttributeName = "hs3"; - const string waveHeightCalculationForLowerLimitNormAttributeName = "hs4"; - const string waveHeightCalculationForFactorizedLowerLimitNormAttributeName = "hs5"; + const string waveHeightCalculationForMechanismSpecificFactorizedSignalingNormAttributeName = "Hs1"; + const string waveHeightCalculationForMechanismSpecificSignalingNormAttributeName = "Hs2"; + const string waveHeightCalculationForMechanismSpecificLowerLimitNormAttributeName = "Hs3"; + const string waveHeightCalculationForLowerLimitNormAttributeName = "Hs4"; + const string waveHeightCalculationForFactorizedLowerLimitNormAttributeName = "Hs5"; var mocks = new MockRepository(); var nameProvider = mocks.StrictMock();