Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/WaveConditionsInputContextTreeNodeInfoTest.cs =================================================================== diff -u -r4a9779426ab93aa90af783bf4d4f00aed2b32ce5 -r45ef6083ddf0fa50debaec23519d65050d114e9f --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/WaveConditionsInputContextTreeNodeInfoTest.cs (.../WaveConditionsInputContextTreeNodeInfoTest.cs) (revision 4a9779426ab93aa90af783bf4d4f00aed2b32ce5) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/WaveConditionsInputContextTreeNodeInfoTest.cs (.../WaveConditionsInputContextTreeNodeInfoTest.cs) (revision 45ef6083ddf0fa50debaec23519d65050d114e9f) @@ -28,7 +28,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Forms.Properties; -using Ringtoets.Revetment.Data; +using Ringtoets.Revetment.Data.TestUtil; using Ringtoets.Revetment.Forms.PresentationObjects; using Ringtoets.Revetment.Forms.TestUtil; @@ -71,7 +71,7 @@ public void Text_Always_ReturnName() { // Setup - var context = new TestWaveConditionsInputContext(new WaveConditionsInput()); + var context = new TestWaveConditionsInputContext(new TestWaveConditionsInput()); using (var plugin = new RingtoetsPlugin()) { @@ -89,7 +89,7 @@ public void Image_Always_ReturnOutputIcon() { // Setup - var context = new TestWaveConditionsInputContext(new WaveConditionsInput()); + var context = new TestWaveConditionsInputContext(new TestWaveConditionsInput()); using (var plugin = new RingtoetsPlugin()) { TreeNodeInfo info = GetInfo(plugin); @@ -109,7 +109,7 @@ using (var treeViewControl = new TreeViewControl()) { - var context = new TestWaveConditionsInputContext(new WaveConditionsInput()); + var context = new TestWaveConditionsInputContext(new TestWaveConditionsInput()); var menuBuilder = mocks.StrictMock(); using (mocks.Ordered())