Index: Riskeer/Integration/src/Riskeer.Integration.Service/Merge/LoadAssessmentSectionActivity.cs =================================================================== diff -u -rc7d84eedd7f181ba975c3054ea19d8056abd7f2b -r773a8371e90d765f6b7cc6aad3c31a6bea2aca74 --- Riskeer/Integration/src/Riskeer.Integration.Service/Merge/LoadAssessmentSectionActivity.cs (.../LoadAssessmentSectionActivity.cs) (revision c7d84eedd7f181ba975c3054ea19d8056abd7f2b) +++ Riskeer/Integration/src/Riskeer.Integration.Service/Merge/LoadAssessmentSectionActivity.cs (.../LoadAssessmentSectionActivity.cs) (revision 773a8371e90d765f6b7cc6aad3c31a6bea2aca74) @@ -69,7 +69,7 @@ this.loadAssessmentSectionService = loadAssessmentSectionService; this.filePath = filePath; - Description = Resources.LoadAssessmentSectionsActivity_Description; + Description = Resources.LoadAssessmentSectionActivity_Description; } protected override void OnRun() Index: Riskeer/Integration/src/Riskeer.Integration.Service/Properties/Resources.Designer.cs =================================================================== diff -u -rc36b47c2e1e8cf948767cca33f80ad735f370ad0 -r773a8371e90d765f6b7cc6aad3c31a6bea2aca74 --- Riskeer/Integration/src/Riskeer.Integration.Service/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision c36b47c2e1e8cf948767cca33f80ad735f370ad0) +++ Riskeer/Integration/src/Riskeer.Integration.Service/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 773a8371e90d765f6b7cc6aad3c31a6bea2aca74) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2021. All rights reserved. +// Copyright (C) Stichting Deltares 2021. All rights reserved. // // This file is part of Riskeer. // @@ -84,9 +84,9 @@ /// /// Looks up a localized string similar to Inlezen van project. /// - internal static string LoadAssessmentSectionsActivity_Description { + internal static string LoadAssessmentSectionActivity_Description { get { - return ResourceManager.GetString("LoadAssessmentSectionsActivity_Description", resourceCulture); + return ResourceManager.GetString("LoadAssessmentSectionActivity_Description", resourceCulture); } } } Index: Riskeer/Integration/src/Riskeer.Integration.Service/Properties/Resources.resx =================================================================== diff -u -r2e55afd890468db1b25c734216956ab5c2126e58 -r773a8371e90d765f6b7cc6aad3c31a6bea2aca74 --- Riskeer/Integration/src/Riskeer.Integration.Service/Properties/Resources.resx (.../Resources.resx) (revision 2e55afd890468db1b25c734216956ab5c2126e58) +++ Riskeer/Integration/src/Riskeer.Integration.Service/Properties/Resources.resx (.../Resources.resx) (revision 773a8371e90d765f6b7cc6aad3c31a6bea2aca74) @@ -117,7 +117,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + Inlezen van project \ No newline at end of file Index: Riskeer/Integration/test/Riskeer.Integration.Data.Test/Merge/AssessmentSectionOwnerTest.cs =================================================================== diff -u --- Riskeer/Integration/test/Riskeer.Integration.Data.Test/Merge/AssessmentSectionOwnerTest.cs (revision 0) +++ Riskeer/Integration/test/Riskeer.Integration.Data.Test/Merge/AssessmentSectionOwnerTest.cs (revision 773a8371e90d765f6b7cc6aad3c31a6bea2aca74) @@ -0,0 +1,40 @@ +// Copyright (C) Stichting Deltares 2021. All rights reserved. +// +// This file is part of Riskeer. +// +// Riskeer is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using NUnit.Framework; +using Riskeer.Integration.Data.Merge; + +namespace Riskeer.Integration.Data.Test.Merge +{ + [TestFixture] + public class AssessmentSectionOwnerTest + { + [Test] + public void Constructor_ExpectedValues() + { + // Call + var owner = new AssessmentSectionOwner(); + + // Assert + Assert.IsNull(owner.AssessmentSection); + } + } +} \ No newline at end of file Fisheye: Tag 773a8371e90d765f6b7cc6aad3c31a6bea2aca74 refers to a dead (removed) revision in file `Riskeer/Integration/test/Riskeer.Integration.Data.Test/Merge/AssessmentSectionsOwnerTest.cs'. Fisheye: No comparison available. Pass `N' to diff?