Index: Ringtoets/Common/test/Ringtoets.Common.Forms.TestUtil/MapThemeTestHelper.cs
===================================================================
diff -u -r82f1823d90af71f8a6254af9299057a8de7f1672 -r65fe0d5aa5f9ecb431c41da8f2a4a96137cd57da
--- Ringtoets/Common/test/Ringtoets.Common.Forms.TestUtil/MapThemeTestHelper.cs (.../MapThemeTestHelper.cs) (revision 82f1823d90af71f8a6254af9299057a8de7f1672)
+++ Ringtoets/Common/test/Ringtoets.Common.Forms.TestUtil/MapThemeTestHelper.cs (.../MapThemeTestHelper.cs) (revision 65fe0d5aa5f9ecb431c41da8f2a4a96137cd57da)
@@ -34,7 +34,7 @@
public static class MapThemeTestHelper
{
///
- /// Asserts whether the is configured to categories values
+ /// Asserts whether the is configured for category values
/// of type .
///
/// The to assert.
@@ -48,7 +48,7 @@
{
Assert.AreEqual("Categorie", theme.AttributeName);
Assert.AreEqual(9, theme.CategoryThemes.Count());
- AssertCategoryTheme("Iv", Color.FromArgb(255, 0, 255, 0), theme.CategoryThemes.First());
+ AssertCategoryTheme("Iv", Color.FromArgb(255, 0, 255, 0), theme.CategoryThemes.ElementAt(0));
AssertCategoryTheme("IIv", Color.FromArgb(255, 118, 147, 60), theme.CategoryThemes.ElementAt(1));
AssertCategoryTheme("IIIv", Color.FromArgb(255, 255, 255, 0), theme.CategoryThemes.ElementAt(2));
AssertCategoryTheme("IVv", Color.FromArgb(255, 204, 192, 218), theme.CategoryThemes.ElementAt(3));
Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Ringtoets.Integration.Forms.csproj
===================================================================
diff -u -r67c142959f8ca3e26be39c1495ef4bb362d75840 -r65fe0d5aa5f9ecb431c41da8f2a4a96137cd57da
--- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Ringtoets.Integration.Forms.csproj (.../Ringtoets.Integration.Forms.csproj) (revision 67c142959f8ca3e26be39c1495ef4bb362d75840)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Ringtoets.Integration.Forms.csproj (.../Ringtoets.Integration.Forms.csproj) (revision 65fe0d5aa5f9ecb431c41da8f2a4a96137cd57da)
@@ -257,6 +257,7 @@
{22C5DDB8-2491-4BC6-BDC6-2A7B7EBF40C1}
Ringtoets.AssemblyTool.Forms
+ False
{c6309704-d67b-434c-bc98-9f8910bc1d10}
Index: Ringtoets/Integration/src/Ringtoets.Integration.Util/Ringtoets.Integration.Util.csproj
===================================================================
diff -u -rbcf12c2daeb3cd243268ae1e8f21717e45fa5dae -r65fe0d5aa5f9ecb431c41da8f2a4a96137cd57da
--- Ringtoets/Integration/src/Ringtoets.Integration.Util/Ringtoets.Integration.Util.csproj (.../Ringtoets.Integration.Util.csproj) (revision bcf12c2daeb3cd243268ae1e8f21717e45fa5dae)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Util/Ringtoets.Integration.Util.csproj (.../Ringtoets.Integration.Util.csproj) (revision 65fe0d5aa5f9ecb431c41da8f2a4a96137cd57da)
@@ -31,5 +31,4 @@
False
-
\ No newline at end of file
Index: Ringtoets/Integration/test/Ringtoets.Integration.Util.Test/Ringtoets.Integration.Util.Test.csproj
===================================================================
diff -u -rbcf12c2daeb3cd243268ae1e8f21717e45fa5dae -r65fe0d5aa5f9ecb431c41da8f2a4a96137cd57da
--- Ringtoets/Integration/test/Ringtoets.Integration.Util.Test/Ringtoets.Integration.Util.Test.csproj (.../Ringtoets.Integration.Util.Test.csproj) (revision bcf12c2daeb3cd243268ae1e8f21717e45fa5dae)
+++ Ringtoets/Integration/test/Ringtoets.Integration.Util.Test/Ringtoets.Integration.Util.Test.csproj (.../Ringtoets.Integration.Util.Test.csproj) (revision 65fe0d5aa5f9ecb431c41da8f2a4a96137cd57da)
@@ -37,5 +37,4 @@
Ringtoets.Integration.Util
-
\ No newline at end of file