Index: Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.Designer.cs
===================================================================
diff -u -r55b3beb6d30ba7a1c6bfa067acb72a0cf76cc53d -r36e97ab4f796821d02538574718ad84c6902e034
--- Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 55b3beb6d30ba7a1c6bfa067acb72a0cf76cc53d)
+++ Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 36e97ab4f796821d02538574718ad84c6902e034)
@@ -2104,15 +2104,6 @@
}
///
- /// Looks up a localized string similar to Naam van het faalpad..
- ///
- public static string FailurePath_Name_Description {
- get {
- return ResourceManager.GetString("FailurePath_Name_Description", resourceCulture);
- }
- }
-
- ///
/// Looks up a localized string similar to I&s relevant.
///
public static string FailurePathContextMenuStrip_Is_relevant {
Index: Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.resx
===================================================================
diff -u -r55b3beb6d30ba7a1c6bfa067acb72a0cf76cc53d -r36e97ab4f796821d02538574718ad84c6902e034
--- Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision 55b3beb6d30ba7a1c6bfa067acb72a0cf76cc53d)
+++ Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision 36e97ab4f796821d02538574718ad84c6902e034)
@@ -1580,7 +1580,4 @@
Hs - {0}
-
- Naam van het faalpad.
-
\ No newline at end of file
Index: Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.Designer.cs
===================================================================
diff -u -refb7df8335922db189f561506bd274ca365c237b -r36e97ab4f796821d02538574718ad84c6902e034
--- Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision efb7df8335922db189f561506bd274ca365c237b)
+++ Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 36e97ab4f796821d02538574718ad84c6902e034)
@@ -1,4 +1,4 @@
-// Copyright (C) Stichting Deltares 2021. All rights reserved.
+// Copyright (C) Stichting Deltares 2021. All rights reserved.
//
// This file is part of Riskeer.
//
@@ -502,6 +502,15 @@
}
///
+ /// Looks up a localized string similar to Naam van het faalpad..
+ ///
+ public static string FailurePath_Name_Description {
+ get {
+ return ResourceManager.GetString("FailurePath_Name_Description", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized string similar to De gecombineerde faalkansruimte voor de toetssporen in groep 1 en 2..
///
public static string FailureProbabilityMarginFactor_Description {
Index: Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.resx
===================================================================
diff -u -refb7df8335922db189f561506bd274ca365c237b -r36e97ab4f796821d02538574718ad84c6902e034
--- Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.resx (.../Resources.resx) (revision efb7df8335922db189f561506bd274ca365c237b)
+++ Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.resx (.../Resources.resx) (revision 36e97ab4f796821d02538574718ad84c6902e034)
@@ -398,4 +398,7 @@
Gebruik preprocessor sluitregime database
+
+ Naam van het faalpad.
+
\ No newline at end of file
Index: Riskeer/Integration/src/Riskeer.Integration.Forms/PropertyClasses/SpecificFailurePathProperties.cs
===================================================================
diff -u -r55b3beb6d30ba7a1c6bfa067acb72a0cf76cc53d -r36e97ab4f796821d02538574718ad84c6902e034
--- Riskeer/Integration/src/Riskeer.Integration.Forms/PropertyClasses/SpecificFailurePathProperties.cs (.../SpecificFailurePathProperties.cs) (revision 55b3beb6d30ba7a1c6bfa067acb72a0cf76cc53d)
+++ Riskeer/Integration/src/Riskeer.Integration.Forms/PropertyClasses/SpecificFailurePathProperties.cs (.../SpecificFailurePathProperties.cs) (revision 36e97ab4f796821d02538574718ad84c6902e034)
@@ -23,6 +23,7 @@
using Core.Common.Util.Attributes;
using Core.Gui.PropertyBag;
using Riskeer.Integration.Data.FailurePath;
+using Riskeer.Integration.Forms.Properties;
using RiskeerCommonFormsResources = Riskeer.Common.Forms.Properties.Resources;
namespace Riskeer.Integration.Forms.PropertyClasses
@@ -49,7 +50,7 @@
[ResourcesCategory(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.Categories_General))]
[ResourcesDisplayName(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.FailureMechanism_Name_DisplayName))]
- [ResourcesDescription(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.FailurePath_Name_Description))]
+ [ResourcesDescription(typeof(Resources), nameof(Resources.FailurePath_Name_Description))]
public string Name
{
get
Index: Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PropertyClasses/SpecificFailurePathPropertiesTest.cs
===================================================================
diff -u -r55b3beb6d30ba7a1c6bfa067acb72a0cf76cc53d -r36e97ab4f796821d02538574718ad84c6902e034
--- Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PropertyClasses/SpecificFailurePathPropertiesTest.cs (.../SpecificFailurePathPropertiesTest.cs) (revision 55b3beb6d30ba7a1c6bfa067acb72a0cf76cc53d)
+++ Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PropertyClasses/SpecificFailurePathPropertiesTest.cs (.../SpecificFailurePathPropertiesTest.cs) (revision 36e97ab4f796821d02538574718ad84c6902e034)
@@ -111,7 +111,6 @@
projectObserver.Expect(o => o.UpdateObserver()).Repeat.Times(numberOfChangedProperties);
mocks.ReplayAll();
- // Setup
var random = new Random(21);
var failurePath = new SpecificFailurePath
{