Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo173IntegrationTest.cs =================================================================== diff -u -r31cd5d43de93b27a153b209f06a3e5e828225d43 -rb500c5b64d82b2dee1c041f93aad93a4d12eaadb --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo173IntegrationTest.cs (.../MigrationTo173IntegrationTest.cs) (revision 31cd5d43de93b27a153b209f06a3e5e828225d43) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo173IntegrationTest.cs (.../MigrationTo173IntegrationTest.cs) (revision b500c5b64d82b2dee1c041f93aad93a4d12eaadb) @@ -59,8 +59,6 @@ AssertVersions(reader); AssertDatabase(reader); - - AssertHydraRingPreprocessor(reader); } AssertLogDatabase(logFilePath); @@ -69,7 +67,7 @@ private static void AssertTablesContentMigrated(MigratedDatabaseReader reader, string sourceFilePath) { - var tables = new[] + string[] tables = { "AssessmentSectionEntity", "BackgroundDataEntity", @@ -212,13 +210,5 @@ "PRAGMA foreign_keys;"; reader.AssertReturnedDataIsValid(validateForeignKeys); } - - private static void AssertHydraRingPreprocessor(MigratedDatabaseReader reader) - { - const string validatePreprocessorSettings = - "SELECT COUNT() = 0 " + - "FROM [HydraRingPreprocessorEntity];"; - reader.AssertReturnedDataIsValid(validatePreprocessorSettings); - } } } \ No newline at end of file