Index: src/Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj
===================================================================
diff -u -r359 -r366
--- src/Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj (.../Deltares.DSoilModel.Forms.Tests.csproj) (revision 359)
+++ src/Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj (.../Deltares.DSoilModel.Forms.Tests.csproj) (revision 366)
@@ -96,6 +96,7 @@
+
Index: src/Deltares.DSoilModel.Forms.Tests/BoringControlTests.cs
===================================================================
diff -u -r364 -r366
--- src/Deltares.DSoilModel.Forms.Tests/BoringControlTests.cs (.../BoringControlTests.cs) (revision 364)
+++ src/Deltares.DSoilModel.Forms.Tests/BoringControlTests.cs (.../BoringControlTests.cs) (revision 366)
@@ -27,9 +27,8 @@
Description = "MyDescription"
};
- boring.BoringLayers.Add(new BoringLayer(soilList, new BoringDatarow()));
- boring.BoringLayers.Add(new BoringLayer(soilList, new BoringDatarow()));
-
+ boring.BoringDatarows.Add(new BoringDatarow());
+ boring.BoringDatarows.Add(new BoringDatarow());
PropertyControl.SelectedObject = boring;
@@ -42,11 +41,11 @@
TestLabelControlVisibleValue(PropertyControl, "DescriptionLabel", true, "Beschrijving");
TestTextEditVisibleEnabledValue(PropertyControl, "DescriptionEdit", true, true, boring, b => b.Description, "NewDescription");
-// TestGridVisibleEnabledSize(PropertyControl, "BoringValuesGridControl", true, true, 4, 3);
+ TestGridVisibleEnabledSize(PropertyControl, "BoringValuesGridControl", true, true, 2, 15);
}
[Test]
- public void TestSelectedObject_SosSoilLayer1D()
+ public void TestSelectedObject()
{
var b = new Boring();