Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/AssessmentSectionEntityReadExtensionsTest.cs =================================================================== diff -u -r5e6c2c5507bd9f874b03c9a205fb6de69d69cf58 -r8dbc4950e1fb80018d9dec789051504fcc48ac8d --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/AssessmentSectionEntityReadExtensionsTest.cs (.../AssessmentSectionEntityReadExtensionsTest.cs) (revision 5e6c2c5507bd9f874b03c9a205fb6de69d69cf58) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/AssessmentSectionEntityReadExtensionsTest.cs (.../AssessmentSectionEntityReadExtensionsTest.cs) (revision 8dbc4950e1fb80018d9dec789051504fcc48ac8d) @@ -103,7 +103,7 @@ const string wellKnownTileSource = "1"; const BackgroundMapDataType backgroundMapDataType = BackgroundMapDataType.WellKnown; - var backgroundDataMetaEntities = new List + var backgroundDataMetaEntities = new[] { new BackgroundDataMetaEntity { Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/BackgroundDataEntityReadExtensionsTest.cs =================================================================== diff -u -r68e06c08cb60c1c42e5c3b03fd3af070748a6bca -r8dbc4950e1fb80018d9dec789051504fcc48ac8d --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/BackgroundDataEntityReadExtensionsTest.cs (.../BackgroundDataEntityReadExtensionsTest.cs) (revision 68e06c08cb60c1c42e5c3b03fd3af070748a6bca) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/BackgroundDataEntityReadExtensionsTest.cs (.../BackgroundDataEntityReadExtensionsTest.cs) (revision 8dbc4950e1fb80018d9dec789051504fcc48ac8d) @@ -58,9 +58,8 @@ const double transparancy = 0.4; const bool isConfigured = true; - BackgroundMapDataType backgroundMapDataType = BackgroundMapDataType.Wmts; - - var backgroundDataMetaEntities = new List + const BackgroundMapDataType backgroundMapDataType = BackgroundMapDataType.Wmts; + var backgroundDataMetaEntities = new [] { new BackgroundDataMetaEntity { Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/packages.config =================================================================== diff -u -r9c23520df7a2adf82996d79bf59b83fc1adc1f26 -r8dbc4950e1fb80018d9dec789051504fcc48ac8d --- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/packages.config (.../packages.config) (revision 9c23520df7a2adf82996d79bf59b83fc1adc1f26) +++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/packages.config (.../packages.config) (revision 8dbc4950e1fb80018d9dec789051504fcc48ac8d) @@ -1,4 +1,5 @@ -