Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed failing unit test for AddOldProjectDataBaseToProject() method, exception handling improved

Related to Issue [DSB-515]

    • -17
    • +18
    ./Deltares.DSoilModel.Data/DSoilModelIO.cs
    • binary
    ./Deltares.DSoilModel.Data.Tests/TestFiles/Groot Salland.gdb
added support for objects in combos: editValue can be taken directly, DisplayItem intermediator is not required.

Related to Issue [DSB-521]

    • -10
    • +18
    ./Deltares.DSoilModel.Forms.Tests/ControlTester.cs
Added unit test for AddOldProjectDataBaseToProject() method, both for Ms-Access and FireBird example file, exception handling needs improvement

Related to Issue [DSB-515]

    • -0
    • +23
    ./Deltares.DSoilModel.Data.Tests/DSoilModelIOTest.cs
    • -3
    • +4
    ./Deltares.DSoilModel.Data.Tests/Deltares.DSoilModel.Data.Tests.csproj
    • binary
    ./Deltares.DSoilModel.Data.Tests/TestFiles/Groot Salland.gdb
  1. … 1 more file in changeset.
Added test for control to project.

Related to Issue [DSB-524]

    • -0
    • +1
    ./Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj
resolved BoringDataRows initialization problem. Corrected name of the test for SelectedObject

Related to Issue [DSB-523]

    • -0
    • +1
    ./Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj
    • -5
    • +4
    ./Deltares.DSoilModel.Forms.Tests/BoringControlTests.cs
improved name consistency in arguments.

Related to Issue [DSB-523]

    • -3
    • +3
    ./Deltares.DSoilModel.Forms.Tests/ControlTester.cs
initial commit of the unit-tests. Unresolved difficulty: initialize BoringDataRows

Related to Issue [DSB-523]

    • -0
    • +65
    ./Deltares.DSoilModel.Forms.Tests/BoringControlTests.cs
Addewd tests. Corrected translation reference for both 2D lookup controls.

Related to Issue [DSB-524]

    • -0
    • +66
    ./Deltares.DSoilModel.Forms.Tests/CptLookup2DControlTests.cs
    • -1
    • +1
    ./Deltares.DSoilModel.Forms/CPTLookup2DControl.cs
    • -1
    • +1
    ./Deltares.DSoilModel.Forms/BoringLookup2DControl.cs
Added a unit test concerning default soil properties

Related to Issue [DSB-537]

    • -1
    • +1
    ./Deltares.DSoilModel.Data/DSoilModelProject.cs
    • -0
    • +28
    ./Deltares.DSoilModel.Data.Tests/DSoilModelProjectTest.cs
Detect when new soils are added to project to set default properties defined in the functional design document

Related to Issue [DSB-537]

    • -2
    • +49
    ./Deltares.DSoilModel.Data/DSoilModelProject.cs
  1. … 1 more file in changeset.
Extended the tests.

Related to Issue [DSB-511]

    • -7
    • +144
    ./Deltares.DSoilModel.Data.Tests/DSoilModelDataSourceRedirectorTests.cs
implemented tests for SosSoilLayer1DControl. But have some white-spots (marked with TODOs) that gonna be solved later on.

Related to Issue [DSB-521]

    • -1
    • +0
    ./Deltares.DSoilModel.Forms/SosSoilLayer1DControl.cs
    • -0
    • +1
    ./Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj
    • -0
    • +87
    ./Deltares.DSoilModel.Forms.Tests/SosSoilLayer1DControlTests.cs
added support for CheckEdits. Note that it includes caption check because it is the same control.

Related to Issue [DSB-521]

    • -0
    • +19
    ./Deltares.DSoilModel.Forms.Tests/ControlTester.cs
Made sure CreateSettlementZones is not set to true and can not be set to true for now. As soon as the MAC-kernel (or better, its waternet creator) is able to work discontinued layers, this can be rolled back.

Related to Issue [DSB-538]

    • -1
    • +1
    ./Deltares.DSoilModel.Forms/DSoilModelGeometryEditor.cs
    • -0
    • +9
    ./Deltares.DSoilModel.Forms/DSoilModelContext.cs
added tests for SpecificMechanismPointLocationControl()

Related to Issue [DSB-525]

    • -0
    • +1
    ./Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj
    • -0
    • +54
    ./Deltares.DSoilModel.Forms.Tests/SpecificMechanismPointLocationControlTests.cs
added support for objects in TextEdits

Related to Issue [DSB-525]

    • -0
    • +13
    ./Deltares.DSoilModel.Forms.Tests/ControlTester.cs
added asserts-support for ComboBoxEdit

Related to Issue [DSB-525]

    • -2
    • +23
    ./Deltares.DSoilModel.Forms.Tests/ControlTester.cs
in order to get rid of code duplication around GetPrivateField() i made it more general with very nice Asserts inside.

Related to Issue [DSB-525]

    • -1
    • +1
    ./Deltares.DSoilModel.Forms.Tests/BoringLookup2DControlTest.cs
    • -15
    • +17
    ./Deltares.DSoilModel.Forms.Tests/ControlTester.cs
    • -1
    • +1
    ./Deltares.DSoilModel.Forms.Tests/CptLookup1DControlTests.cs
    • -1
    • +1
    ./Deltares.DSoilModel.Forms.Tests/BoringLookup1DControlTests.cs
    • -1
    • +1
    ./Deltares.DSoilModel.Forms.Tests/SoilProfile1DLookup2DControlTest.cs
+ for performance reasons turned SetUp into TestFixtureSetUp because initialization of the editor with MainForm takes a bit of time and if there are many test cases and tests this time penalty will be painful.

+ Added trivial test for IsEnabled.

Related to Issue [DSB-517]

    • -2
    • +10
    ./Deltares.DSoilModel.Forms.Tests/DSoilModelGeometryEditorTests.cs
deleted mis-saved changes.

Related to Issue [DSB-515]

    • -11
    • +0
    ./Deltares.DSoilModel.Data.Tests/DSoilModelIOTest.cs
added test for GetNodeAttribute

Related to Issue [DSB-515]

    • -0
    • +38
    ./Deltares.DSoilModel.Data.Tests/DSoilModelIOTest.cs
added DSoilModelRedirector, where StochastProperties covered only. Initial commit.

Related to Issue [DSB-511]

    • -0
    • +56
    ./Deltares.DSoilModel.Data.Tests/DSoilModelDataSourceRedirectorTests.cs
    • -0
    • +1
    ./Deltares.DSoilModel.Data.Tests/Deltares.DSoilModel.Data.Tests.csproj
let the test fail although it's correct. Caused by MDNLIB-797.

Related to Issue [DSB-522]

    • -2
    • +4
    ./Deltares.DSoilModel.Forms.Tests/CptControlTests.cs
    • -0
    • +4
    ./Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj
according to gui-design agreements numeric properties should be bound on SpinEdits.

Related to Issue [DSB-522]

    • -4
    • +4
    ./Deltares.DSoilModel.Forms/CPTControl.designer.cs
+ we don't get direct place in the code where Assert failed if TextFixure is inherited. So i place more self-description strings in Assert's so it becomes more clear why inner-test failed.

+ Added tests for CptControl

Related to Issue [DSB-522]

    • -27
    • +29
    ./Deltares.DSoilModel.Forms.Tests/ControlTester.cs
    • -0
    • +66
    ./Deltares.DSoilModel.Forms.Tests/CptControlTests.cs
    • -0
    • +1
    ./Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj
Fixed the issue by trapping the exception thrown by the utility class. Also added nice title (with translation) for the message box.

Related to Issue [DSB-504]

    • -3
    • +11
    ./Deltares.DSoilModel.Forms/DSoilModelGeometryEditor.cs
    • -0
    • +1
    ./Deltares.DSoilModel.Forms/Translations.xml
added unit-test for BoringLookup1DControl

Related to Issue [DSB-533]

    • -0
    • +47
    ./Deltares.DSoilModel.Forms.Tests/BoringLookup1DControlTests.cs
    • -0
    • +1
    ./Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj
added unit-test for PreconsolidationStressControl.

Related to Issue [DSB-530]

    • -0
    • +47
    ./Deltares.DSoilModel.Forms.Tests/PreconsolidationStressControlTests.cs
    • -0
    • +1
    ./Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj
corrected path to Deltares.Mathematics

Related to Issue [DSB-530]

    • -1
    • +1
    ./Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj
added unit-test for SoilSegmentSplitLocationControl. Cleaned unused usings.

Related to Issue [DSB-530]

    • -0
    • +5
    ./Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj
    • -8
    • +1
    ./Deltares.DSoilModel.Forms/SoilSegmentSplitLocationControl.cs
    • -0
    • +41
    ./Deltares.DSoilModel.Forms.Tests/SoilSegmentSplitLocationControlTests.cs