Index: Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.Designer.cs
===================================================================
diff -u -rbf5102392809ddb8156761f92924ea7e00cf4716 -r5720d0df0fc620ad53df2a68058a2e8fb6b7c473
--- Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision bf5102392809ddb8156761f92924ea7e00cf4716)
+++ Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 5720d0df0fc620ad53df2a68058a2e8fb6b7c473)
@@ -401,16 +401,6 @@
}
///
- /// Looks up a localized string similar to De categoriegrenzen per vak voor dit toetsspoor..
- ///
- public static string FailureMechanismAssemblyCategoriesProperties_FailureMechanismSectionAssemblyCategories_Description {
- get {
- return ResourceManager.GetString("FailureMechanismAssemblyCategoriesProperties_FailureMechanismSectionAssemblyCateg" +
- "ories_Description", resourceCulture);
- }
- }
-
- ///
/// Looks up a localized string similar to Heeft vakindeling.
///
public static string FailureMechanismMergeDataRow_HasSections_DisplayName {
Index: Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.resx
===================================================================
diff -u -rbf5102392809ddb8156761f92924ea7e00cf4716 -r5720d0df0fc620ad53df2a68058a2e8fb6b7c473
--- Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.resx (.../Resources.resx) (revision bf5102392809ddb8156761f92924ea7e00cf4716)
+++ Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.resx (.../Resources.resx) (revision 5720d0df0fc620ad53df2a68058a2e8fb6b7c473)
@@ -277,9 +277,6 @@
Toetsoordeel is verouderd. Druk op de "Toetsoordeel verversen" knop om opnieuw te berekenen.
-
- De categoriegrenzen per vak voor dit toetsspoor.
-
Categoriegrenzen per vak
Fisheye: Tag 5720d0df0fc620ad53df2a68058a2e8fb6b7c473 refers to a dead (removed) revision in file `Riskeer/Integration/src/Riskeer.Integration.Forms/PropertyClasses/FailureMechanismSectionAssemblyCategoriesProperties.cs'.
Fisheye: No comparison available. Pass `N' to diff?
Index: Riskeer/Integration/src/Riskeer.Integration.Plugin/RiskeerPlugin.cs
===================================================================
diff -u -rbf5102392809ddb8156761f92924ea7e00cf4716 -r5720d0df0fc620ad53df2a68058a2e8fb6b7c473
--- Riskeer/Integration/src/Riskeer.Integration.Plugin/RiskeerPlugin.cs (.../RiskeerPlugin.cs) (revision bf5102392809ddb8156761f92924ea7e00cf4716)
+++ Riskeer/Integration/src/Riskeer.Integration.Plugin/RiskeerPlugin.cs (.../RiskeerPlugin.cs) (revision 5720d0df0fc620ad53df2a68058a2e8fb6b7c473)
@@ -325,10 +325,6 @@
{
CreateInstance = context => new ReferenceLineProperties(context.WrappedData)
};
- yield return new PropertyInfo
- {
- CreateInstance = context => new FailureMechanismSectionAssemblyCategoriesProperties(context.GetFailureMechanismSectionAssemblyCategoriesFunc())
- };
yield return new PropertyInfo
{
CreateInstance = context => new StructuresOutputProperties(context.WrappedData.Output)
Fisheye: Tag 5720d0df0fc620ad53df2a68058a2e8fb6b7c473 refers to a dead (removed) revision in file `Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PropertyClasses/FailureMechanismSectionAssemblyCategoriesPropertiesTest.cs'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 5720d0df0fc620ad53df2a68058a2e8fb6b7c473 refers to a dead (removed) revision in file `Riskeer/Integration/test/Riskeer.Integration.Forms.TestUtil/AssemblyCategoryPropertiesTestHelper.cs'.
Fisheye: No comparison available. Pass `N' to diff?
Index: Riskeer/Integration/test/Riskeer.Integration.Forms.TestUtil/Riskeer.Integration.Forms.TestUtil.csproj
===================================================================
diff -u -ra0c510a8873c29a3f58fe45351565ea7ee72a778 -r5720d0df0fc620ad53df2a68058a2e8fb6b7c473
--- Riskeer/Integration/test/Riskeer.Integration.Forms.TestUtil/Riskeer.Integration.Forms.TestUtil.csproj (.../Riskeer.Integration.Forms.TestUtil.csproj) (revision a0c510a8873c29a3f58fe45351565ea7ee72a778)
+++ Riskeer/Integration/test/Riskeer.Integration.Forms.TestUtil/Riskeer.Integration.Forms.TestUtil.csproj (.../Riskeer.Integration.Forms.TestUtil.csproj) (revision 5720d0df0fc620ad53df2a68058a2e8fb6b7c473)
@@ -10,8 +10,8 @@
-
-
+
+
Fisheye: Tag 5720d0df0fc620ad53df2a68058a2e8fb6b7c473 refers to a dead (removed) revision in file `Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/PropertyInfos/MacroStabilityOutwardsAssemblyCategoriesContextPropertyInfoTest.cs'.
Fisheye: No comparison available. Pass `N' to diff?
Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/RiskeerPluginTest.cs
===================================================================
diff -u -rbf5102392809ddb8156761f92924ea7e00cf4716 -r5720d0df0fc620ad53df2a68058a2e8fb6b7c473
--- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/RiskeerPluginTest.cs (.../RiskeerPluginTest.cs) (revision bf5102392809ddb8156761f92924ea7e00cf4716)
+++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/RiskeerPluginTest.cs (.../RiskeerPluginTest.cs) (revision 5720d0df0fc620ad53df2a68058a2e8fb6b7c473)
@@ -218,7 +218,7 @@
PropertyInfo[] propertyInfos = plugin.GetPropertyInfos().ToArray();
// Assert
- Assert.AreEqual(26, propertyInfos.Length);
+ Assert.AreEqual(25, propertyInfos.Length);
PluginTestHelper.AssertPropertyInfoDefined(
propertyInfos,
@@ -342,11 +342,6 @@
PluginTestHelper.AssertPropertyInfoDefined(
propertyInfos,
- typeof(MacroStabilityOutwardsAssemblyCategoriesContext),
- typeof(FailureMechanismSectionAssemblyCategoriesProperties));
-
- PluginTestHelper.AssertPropertyInfoDefined(
- propertyInfos,
typeof(StructuresOutputContext),
typeof(StructuresOutputProperties));
}