Index: src/Deltares.DSoilModel.Forms.Tests/DSoilModelGeometryEditorTests.cs
===================================================================
diff -u
--- src/Deltares.DSoilModel.Forms.Tests/DSoilModelGeometryEditorTests.cs (revision 0)
+++ src/Deltares.DSoilModel.Forms.Tests/DSoilModelGeometryEditorTests.cs (revision 239)
@@ -0,0 +1,37 @@
+using Deltares.DSoilModel.Data;
+using Deltares.Standard;
+using Deltares.Standard.Forms.DExpress;
+using NUnit.Framework;
+
+namespace Deltares.DSoilModel.Forms.Tests
+{
+ [TestFixture]
+ public class DSoilModelGeometryEditorTests
+ {
+ private DSoilModelGeometryEditor geometryEditor;
+
+ [SetUp]
+ public void SetUp()
+ {
+ About.IgnoreAssemblyErrors = true;
+ geometryEditor = new DSoilModelGeometryEditor(new MainForm());
+ }
+
+ [TearDown]
+ public void TearDown()
+ {
+
+ }
+
+ private DSoilModelProject CreateProject()
+ {
+ return null;
+ }
+
+ [Test]
+ public void ClearGeometryForSoilProfile2DTest()
+ {
+ geometryEditor.Project = CreateProject();
+ }
+ }
+}
Index: src/Deltares.DSoilModel.Forms.Tests/packages.config
===================================================================
diff -u
--- src/Deltares.DSoilModel.Forms.Tests/packages.config (revision 0)
+++ src/Deltares.DSoilModel.Forms.Tests/packages.config (revision 239)
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
Index: src/Deltares.DSoilModel.Forms.Tests/Properties/AssemblyInfo.cs
===================================================================
diff -u
--- src/Deltares.DSoilModel.Forms.Tests/Properties/AssemblyInfo.cs (revision 0)
+++ src/Deltares.DSoilModel.Forms.Tests/Properties/AssemblyInfo.cs (revision 239)
@@ -0,0 +1,36 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("Deltares.DSoilModel.Forms.Tests")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("Microsoft")]
+[assembly: AssemblyProduct("Deltares.DSoilModel.Forms.Tests")]
+[assembly: AssemblyCopyright("Copyright © Microsoft 2016")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible
+// to COM components. If you need to access a type in this assembly from
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("d37acbcf-08b4-4bf1-b388-c1ac03af959c")]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
Index: src/Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj
===================================================================
diff -u
--- src/Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj (revision 0)
+++ src/Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj (revision 239)
@@ -0,0 +1,78 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {280EF52F-2056-4430-9644-880094A62A4C}
+ Library
+ Properties
+ Deltares.DSoilModel.Forms.Tests
+ Deltares.DSoilModel.Forms.Tests
+ v4.0
+ 512
+
+
+
+ x86
+ ..\bin\Debug\
+ false
+
+
+ x86
+ ..\bin\Release\
+ false
+
+
+
+ False
+ ..\..\lib\Deltares\DslCore\Deltares.Standard.dll
+
+
+ False
+ ..\..\lib\Deltares\DslFormsStandard\Deltares.Standard.Forms.dll
+
+
+ False
+ ..\..\lib\Deltares\DslFormsStandard\Deltares.Standard.Forms.DExpress.dll
+
+
+
+ ..\packages\NUnit.2.6.2\lib\nunit.framework.dll
+ True
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {37BC4D84-386E-425C-967B-CCF83E48A5F3}
+ Deltares.DSoilModel.Data
+
+
+ {99BF886D-E4BD-4298-960D-25F31C324395}
+ Deltares.DSoilModel.Forms
+
+
+
+
+
\ No newline at end of file
Index: src/DSoilModel.sln
===================================================================
diff -u -r131 -r239
--- src/DSoilModel.sln (.../DSoilModel.sln) (revision 131)
+++ src/DSoilModel.sln (.../DSoilModel.sln) (revision 239)
@@ -19,6 +19,8 @@
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Deltares.DSoilModel.Data.Tests", "Deltares.DSoilModel.Data.Tests\Deltares.DSoilModel.Data.Tests.csproj", "{7FA5B2F2-3FEE-4706-908C-68BA03FDF084}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Deltares.DSoilModel.Forms.Tests", "Deltares.DSoilModel.Forms.Tests\Deltares.DSoilModel.Forms.Tests.csproj", "{280EF52F-2056-4430-9644-880094A62A4C}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
@@ -55,6 +57,10 @@
{7FA5B2F2-3FEE-4706-908C-68BA03FDF084}.Debug|x86.Build.0 = Debug|x86
{7FA5B2F2-3FEE-4706-908C-68BA03FDF084}.Release|x86.ActiveCfg = Release|x86
{7FA5B2F2-3FEE-4706-908C-68BA03FDF084}.Release|x86.Build.0 = Release|x86
+ {280EF52F-2056-4430-9644-880094A62A4C}.Debug|x86.ActiveCfg = Debug|x86
+ {280EF52F-2056-4430-9644-880094A62A4C}.Debug|x86.Build.0 = Debug|x86
+ {280EF52F-2056-4430-9644-880094A62A4C}.Release|x86.ActiveCfg = Release|x86
+ {280EF52F-2056-4430-9644-880094A62A4C}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@@ -63,5 +69,6 @@
{7F3A1524-E28B-47BF-94BB-4571D304BE16} = {EEEE9444-BDDA-44ED-A139-4A7B6F93BBCA}
{7DD9B469-0E1C-4592-8ED8-197128D012CA} = {EEEE9444-BDDA-44ED-A139-4A7B6F93BBCA}
{7FA5B2F2-3FEE-4706-908C-68BA03FDF084} = {EEEE9444-BDDA-44ED-A139-4A7B6F93BBCA}
+ {280EF52F-2056-4430-9644-880094A62A4C} = {EEEE9444-BDDA-44ED-A139-4A7B6F93BBCA}
EndGlobalSection
EndGlobal
Index: src/packages/repositories.config
===================================================================
diff -u -r131 -r239
--- src/packages/repositories.config (.../repositories.config) (revision 131)
+++ src/packages/repositories.config (.../repositories.config) (revision 239)
@@ -2,6 +2,7 @@
+