Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Extended the tests, made SpatialEditor readable for that purpose. Fixed some small issues encountered during test.

Related to Issue [DSB-517]

    • -2
    • +23
    ./Deltares.DSoilModel.Forms/DSoilModelGeometryEditor.cs
    • -21
    • +162
    ./Deltares.DSoilModel.Forms.Tests/DSoilModelGeometryEditorTests.cs
    • -0
    • +1
    ./Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj
Prevent error in drawing a CPT without actual CPT data.

Related to Issue [DSB-517]

    • -24
    • +27
    ./Deltares.DSoilModel.Forms/DrawingCPT.cs
Added temporary test for the issue.

Related to Issue [DSB-538]

    • -0
    • +11
    ./Deltares.DSoilModel.Forms.Tests/DSoilModelContextTest.cs
uncommented default for BottomLevel

Related to Issue [DSB-521]

    • -1
    • +1
    ./Deltares.DSoilModel.Forms.Tests/SosSoilLayer1DControlTests.cs
Fixed failing tes by adding Domain and setting appropriate values.

Related to Issue [DSB-443]

    • -2
    • +3
    ./Deltares.DSoilModel.Forms.Tests/SpecificMechanismPointLocationControlTests.cs
+ set test-value different to the initialized so test will have some changes to check against

+ cleaned code a bit

Related to Issue [DSB-524]

    • -10
    • +3
    ./Deltares.DSoilModel.Forms.Tests/CptLookup2DControlTests.cs
Added Dam defx import test for Delfland (with added bogus segments Shapefile)

Related to Issue [DSB-515]

    • -0
    • +11
    ./Deltares.DSoilModel.Data.Tests/TestFiles/Delfland.defx
    • -1
    • +0
    ./Deltares.DSoilModel.Data/DSoilModelIO.cs
    • binary
    ./Deltares.DSoilModel.Data.Tests/TestFiles/Groot Salland.gdb
    • -0
    • +10
    ./Deltares.DSoilModel.Data.Tests/TestFiles/Delfland/characteristicpoints.csv
    • -2
    • +33
    ./Deltares.DSoilModel.Data.Tests/DSoilModelIOTest.cs
    • -0
    • +2
    ./Deltares.DSoilModel.Data.Tests/TestFiles/Delfland/segments.shp.xml
    • -0
    • +10
    ./Deltares.DSoilModel.Data.Tests/TestFiles/Delfland/surfacelines.csv
    • binary
    ./Deltares.DSoilModel.Data.Tests/TestFiles/Delfland/locations.xls
    • -0
    • +15
    ./Deltares.DSoilModel.Data.Tests/Deltares.DSoilModel.Data.Tests.csproj
    • -0
    • +10
    ./Deltares.DSoilModel.Data.Tests/TestFiles/Delfland/locations.csv
overridden BottomLevel property in mocked class and it made this property much more testable.

Related to Issue [DSB-521]

    • -2
    • +10
    ./Deltares.DSoilModel.Forms.Tests/SosSoilLayer1DControlTests.cs
+ TestSpinEditVisibleEnabledValue() now takes into account if property is WriteAble and doesn't contain ReadOnly attribute

+ Enabled 2 extra checks with null-able parameters

Related to Issue [DSB-521]

    • -2
    • +2
    ./Deltares.DSoilModel.Forms.Tests/SosSoilLayer1DControlTests.cs
    • -2
    • +10
    ./Deltares.DSoilModel.Forms.Tests/ControlTester.cs
Prevented changing list while looping through it.

Related to Issue [DSB-517]

    • -0
    • +5
    ./Deltares.DSoilModel.Forms/DSoilModelGeometryEditor.cs
corrected test for Soil property with combos

Related to Issue [DSB-521]

    • -5
    • +8
    ./Deltares.DSoilModel.Forms.Tests/SosSoilLayer1DControlTests.cs
corrected call affected by recent minor refactoring in ControlTester

Related to Issue [DSB-527]

    • -1
    • +1
    ./Deltares.DSoilModel.Forms.Tests/SpecificMechanismPointLocationControlTests.cs
DSoilModelIO: SaveXML and OpenXML should be removed

Related to Issue [DSB-541]

    • -34
    • +0
    ./Deltares.DSoilModel.Data/DSoilModelIO.cs
    • -4
    • +1
    ./Deltares.DSoilModel.Forms/DSoilModelPlugin.cs
merged 2 overloaded functions with general type to avoid code duplication as much as possible

Related to Issue [DSB-523]

    • -16
    • +3
    ./Deltares.DSoilModel.Forms.Tests/ControlTester.cs
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