Index: Riskeer/Integration/src/Riskeer.Integration.IO/Importers/HydraulicBoundaryDatabaseImporter.cs =================================================================== diff -u -r857a6665a3a10a1e18d2747d3494c66dec1b6dcd -r7d4a48c4275a6028b3d5702477abc18bf12e86c8 --- Riskeer/Integration/src/Riskeer.Integration.IO/Importers/HydraulicBoundaryDatabaseImporter.cs (.../HydraulicBoundaryDatabaseImporter.cs) (revision 857a6665a3a10a1e18d2747d3494c66dec1b6dcd) +++ Riskeer/Integration/src/Riskeer.Integration.IO/Importers/HydraulicBoundaryDatabaseImporter.cs (.../HydraulicBoundaryDatabaseImporter.cs) (revision 7d4a48c4275a6028b3d5702477abc18bf12e86c8) @@ -106,14 +106,6 @@ ReadHydraulicLocationConfigurationDatabase readHydraulicLocationConfigurationDatabase = readHydraulicLocationConfigurationDatabaseResult.Items.Single(); - IEnumerable readHydraulicLocationConfigurationSettings = - readHydraulicLocationConfigurationDatabase.ReadHydraulicLocationConfigurationSettings; - if (readHydraulicLocationConfigurationSettings != null && readHydraulicLocationConfigurationSettings.Count() != 1) - { - Log.Error(BuildErrorMessage(hlcdFilePath, Resources.HydraulicBoundaryDatabaseImporter_Hlcd_Invalid_number_of_ScenarioInformation_entries)); - return false; - } - bool usePreprocessorClosure = readHydraulicLocationConfigurationDatabase.ReadTracks.First(rt => rt.TrackId == readHydraulicBoundaryDatabase.TrackId).UsePreprocessorClosure; if (usePreprocessorClosure && !File.Exists(HydraulicBoundaryDataHelper.GetPreprocessorClosureFilePath(hlcdFilePath))) { Index: Riskeer/Integration/src/Riskeer.Integration.IO/Properties/Resources.Designer.cs =================================================================== diff -u -r73cb38235eb150a24b7d38b463ffebc24f7a5051 -r7d4a48c4275a6028b3d5702477abc18bf12e86c8 --- Riskeer/Integration/src/Riskeer.Integration.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 73cb38235eb150a24b7d38b463ffebc24f7a5051) +++ Riskeer/Integration/src/Riskeer.Integration.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 7d4a48c4275a6028b3d5702477abc18bf12e86c8) @@ -211,16 +211,6 @@ } /// - /// Looks up a localized string similar to De tabel 'ScenarioInformation' in het HLCD bestand moet exact 1 rij bevatten.. - /// - public static string HydraulicBoundaryDatabaseImporter_Hlcd_Invalid_number_of_ScenarioInformation_entries { - get { - return ResourceManager.GetString("HydraulicBoundaryDatabaseImporter_Hlcd_Invalid_number_of_ScenarioInformation_entr" + - "ies", resourceCulture); - } - } - - /// /// Looks up a localized string similar to Het bijbehorende HLCD bestand is niet gevonden in dezelfde map als het HRD bestand.. /// public static string HydraulicBoundaryDatabaseImporter_Hlcd_sqlite_not_found { Index: Riskeer/Integration/src/Riskeer.Integration.IO/Properties/Resources.resx =================================================================== diff -u -r73cb38235eb150a24b7d38b463ffebc24f7a5051 -r7d4a48c4275a6028b3d5702477abc18bf12e86c8 --- Riskeer/Integration/src/Riskeer.Integration.IO/Properties/Resources.resx (.../Resources.resx) (revision 73cb38235eb150a24b7d38b463ffebc24f7a5051) +++ Riskeer/Integration/src/Riskeer.Integration.IO/Properties/Resources.resx (.../Resources.resx) (revision 7d4a48c4275a6028b3d5702477abc18bf12e86c8) @@ -160,9 +160,6 @@ Kon het rekeninstellingen bestand niet openen. {0} - - De tabel 'ScenarioInformation' in het HLCD bestand moet exact 1 rij bevatten. - {0} Er is geen HLCD geïmporteerd.