Index: Ringtoets/HydraRing/test/Ringtoets.HydraRing.Calculation.Test/Integration/HydraRingConfigurationServiceIntegrationTest.cs =================================================================== diff -u -r7882ae7014e180ea710e29d7c03426b114bf14bd -rb66f5375eda3d92f622497554616e7b38d599abd --- Ringtoets/HydraRing/test/Ringtoets.HydraRing.Calculation.Test/Integration/HydraRingConfigurationServiceIntegrationTest.cs (.../HydraRingConfigurationServiceIntegrationTest.cs) (revision 7882ae7014e180ea710e29d7c03426b114bf14bd) +++ Ringtoets/HydraRing/test/Ringtoets.HydraRing.Calculation.Test/Integration/HydraRingConfigurationServiceIntegrationTest.cs (.../HydraRingConfigurationServiceIntegrationTest.cs) (revision b66f5375eda3d92f622497554616e7b38d599abd) @@ -968,7 +968,7 @@ "DELETE FROM [SectionFaultTreeModels];" + Environment.NewLine + "INSERT INTO [SectionFaultTreeModels] VALUES (1, 3, 1, 1, 6);" + Environment.NewLine + (runPreprocessor - ? "INSERT INTO [SectionFaultTreeModels] VALUES (1, 3, 1, 1, 9);" + Environment.NewLine + ? "INSERT INTO [SectionFaultTreeModels] VALUES (1, 3, 1, 1, 10);" + Environment.NewLine : string.Empty) + Environment.NewLine + "DELETE FROM [SectionSubMechanismModels];" + Environment.NewLine + @@ -1092,7 +1092,7 @@ "DELETE FROM [SectionFaultTreeModels];" + Environment.NewLine + "INSERT INTO [SectionFaultTreeModels] VALUES (1, 3, 1, 1, 6);" + Environment.NewLine + (runPreprocessor - ? "INSERT INTO [SectionFaultTreeModels] VALUES (1, 3, 1, 1, 9);" + Environment.NewLine + ? "INSERT INTO [SectionFaultTreeModels] VALUES (1, 3, 1, 1, 10);" + Environment.NewLine : string.Empty) + Environment.NewLine + "DELETE FROM [SectionSubMechanismModels];" + Environment.NewLine +