Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/RingtoetsDatabaseCreatorTest.cs =================================================================== diff -u -r2ae1c9433c3c28b32105b9778b682b5e512a0f00 -r4e65fa5d8abdf1c0a9238492cdbcd7d2b3fa2d0f --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/RingtoetsDatabaseCreatorTest.cs (.../RingtoetsDatabaseCreatorTest.cs) (revision 2ae1c9433c3c28b32105b9778b682b5e512a0f00) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/RingtoetsDatabaseCreatorTest.cs (.../RingtoetsDatabaseCreatorTest.cs) (revision 4e65fa5d8abdf1c0a9238492cdbcd7d2b3fa2d0f) @@ -34,7 +34,8 @@ private static readonly string pathToStorageProject = Path.Combine(TestHelper.TestDataDirectory, "Application", "Ringtoets", "src", "Application.Ringtoets.Storage"); /// - /// Creates a new Ringtoets.rtd file in the root of the , which is used to auto-generate the database code. + /// Creates a new Ringtoets.rtd file in the root of the , + /// which is used to auto-generate the database code. /// [Test] public void RingtoetsDatabaseCreator_Explicit_CreatesRingtoetsProjectDatabaseFile()