Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/Resources.Designer.cs =================================================================== diff -u -r1e5d9b5cfc66cb8187d534d891afef1c9080378b -rd510069b9f0375adf108e8c9ffdb7668e7bb11f4 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 1e5d9b5cfc66cb8187d534d891afef1c9080378b) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision d510069b9f0375adf108e8c9ffdb7668e7bb11f4) @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.42000 +// Runtime Version:4.0.30319.17929 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -192,9 +192,9 @@ /// /// Looks up a localized string similar to De uitvoer van alle afhankelijke berekeningen is verwijderd.. /// - public static string Calculations_Deleted { + public static string Calculations_Cleared { get { - return ResourceManager.GetString("Calculations_Deleted", resourceCulture); + return ResourceManager.GetString("Calculations_Cleared", resourceCulture); } } Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/Resources.resx =================================================================== diff -u -r1e5d9b5cfc66cb8187d534d891afef1c9080378b -rd510069b9f0375adf108e8c9ffdb7668e7bb11f4 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/Resources.resx (.../Resources.resx) (revision 1e5d9b5cfc66cb8187d534d891afef1c9080378b) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/Resources.resx (.../Resources.resx) (revision d510069b9f0375adf108e8c9ffdb7668e7bb11f4) @@ -136,7 +136,7 @@ ..\Resources\map.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - + De uitvoer van alle afhankelijke berekeningen is verwijderd. Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs =================================================================== diff -u -r52f1dbeb31a3c135bddc4d3ac4afb18883192b90 -rd510069b9f0375adf108e8c9ffdb7668e7bb11f4 --- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs (.../RingtoetsPlugin.cs) (revision 52f1dbeb31a3c135bddc4d3ac4afb18883192b90) +++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs (.../RingtoetsPlugin.cs) (revision d510069b9f0375adf108e8c9ffdb7668e7bb11f4) @@ -1052,7 +1052,7 @@ { if (hydraulicBoundaryLocationsImporter.Import(assessmentSection, databaseFile)) { - if (isClearConfirmationRequired) + if (isClearConfirmationGiven) { ClearCalculations(assessmentSection); } @@ -1084,7 +1084,7 @@ calc.NotifyObservers(); } - log.Info(RingtoetsFormsResources.Calculations_Deleted); + log.Info(RingtoetsFormsResources.Calculations_Cleared); } #endregion Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Ringtoets.Integration.Forms.Test.csproj =================================================================== diff -u -r37235d0863116292cc4b095dcf2d19cf6d14c6b2 -rd510069b9f0375adf108e8c9ffdb7668e7bb11f4 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Ringtoets.Integration.Forms.Test.csproj (.../Ringtoets.Integration.Forms.Test.csproj) (revision 37235d0863116292cc4b095dcf2d19cf6d14c6b2) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Ringtoets.Integration.Forms.Test.csproj (.../Ringtoets.Integration.Forms.Test.csproj) (revision d510069b9f0375adf108e8c9ffdb7668e7bb11f4) @@ -54,6 +54,10 @@ + + ..\..\..\..\packages\System.Data.SQLite.Core.1.0.99.0\lib\net40\System.Data.SQLite.dll + True + @@ -238,6 +242,13 @@ + + + + This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + +