Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/DbContext/RingtoetsEntitiesTest.cs =================================================================== diff -u -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 -r4c2468ccd76023ea4bacaeba352fcadc5e22ac45 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/DbContext/RingtoetsEntitiesTest.cs (.../RingtoetsEntitiesTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/DbContext/RingtoetsEntitiesTest.cs (.../RingtoetsEntitiesTest.cs) (revision 4c2468ccd76023ea4bacaeba352fcadc5e22ac45) @@ -22,6 +22,7 @@ using System.Data.Entity.Infrastructure; using System.Globalization; using NUnit.Framework; +using Ringtoets.Storage.Core.DbContext; namespace Ringtoets.Storage.Core.Test.DbContext { Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Exceptions/CannotDeleteBackupFileExceptionTest.cs =================================================================== diff -u -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 -r4c2468ccd76023ea4bacaeba352fcadc5e22ac45 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Exceptions/CannotDeleteBackupFileExceptionTest.cs (.../CannotDeleteBackupFileExceptionTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Exceptions/CannotDeleteBackupFileExceptionTest.cs (.../CannotDeleteBackupFileExceptionTest.cs) (revision 4c2468ccd76023ea4bacaeba352fcadc5e22ac45) @@ -22,6 +22,7 @@ using System; using Core.Common.TestUtil; using NUnit.Framework; +using Ringtoets.Storage.Core.Exceptions; namespace Ringtoets.Storage.Core.Test.Exceptions { Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Exceptions/CannotDetermineFingerprintExceptionTest.cs =================================================================== diff -u -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 -r4c2468ccd76023ea4bacaeba352fcadc5e22ac45 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Exceptions/CannotDetermineFingerprintExceptionTest.cs (.../CannotDetermineFingerprintExceptionTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Exceptions/CannotDetermineFingerprintExceptionTest.cs (.../CannotDetermineFingerprintExceptionTest.cs) (revision 4c2468ccd76023ea4bacaeba352fcadc5e22ac45) @@ -22,6 +22,7 @@ using System; using Core.Common.TestUtil; using NUnit.Framework; +using Ringtoets.Storage.Core.Exceptions; namespace Ringtoets.Storage.Core.Test.Exceptions { Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Exceptions/EntityNotFoundExceptionTest.cs =================================================================== diff -u -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 -r4c2468ccd76023ea4bacaeba352fcadc5e22ac45 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Exceptions/EntityNotFoundExceptionTest.cs (.../EntityNotFoundExceptionTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Exceptions/EntityNotFoundExceptionTest.cs (.../EntityNotFoundExceptionTest.cs) (revision 4c2468ccd76023ea4bacaeba352fcadc5e22ac45) @@ -22,6 +22,7 @@ using System; using Core.Common.TestUtil; using NUnit.Framework; +using Ringtoets.Storage.Core.Exceptions; namespace Ringtoets.Storage.Core.Test.Exceptions { Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/FingerprintHelperTest.cs =================================================================== diff -u -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 -r4c2468ccd76023ea4bacaeba352fcadc5e22ac45 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/FingerprintHelperTest.cs (.../FingerprintHelperTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/FingerprintHelperTest.cs (.../FingerprintHelperTest.cs) (revision 4c2468ccd76023ea4bacaeba352fcadc5e22ac45) @@ -25,6 +25,8 @@ using Application.Ringtoets.Storage.TestUtil; using NUnit.Framework; using Ringtoets.Integration.Data; +using Ringtoets.Storage.Core.Create; +using Ringtoets.Storage.Core.DbContext; namespace Ringtoets.Storage.Core.Test { Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs =================================================================== diff -u -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 -r4c2468ccd76023ea4bacaeba352fcadc5e22ac45 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision 4c2468ccd76023ea4bacaeba352fcadc5e22ac45) @@ -60,6 +60,8 @@ using Ringtoets.Revetment.Data; using Ringtoets.StabilityPointStructures.Data; using Ringtoets.StabilityStoneCover.Data; +using Ringtoets.Storage.Core.Create; +using Ringtoets.Storage.Core.DbContext; using Ringtoets.WaveImpactAsphaltCover.Data; namespace Ringtoets.Storage.Core.Test.IntegrationTests