Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/StorageSqLiteTest.cs =================================================================== diff -u -r4c653ca26b45ca9141158597fd548fb052dbe0df -r7694e278332b1fac32cf359feac687df71ea87eb --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/StorageSqLiteTest.cs (.../StorageSqLiteTest.cs) (revision 4c653ca26b45ca9141158597fd548fb052dbe0df) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/StorageSqLiteTest.cs (.../StorageSqLiteTest.cs) (revision 7694e278332b1fac32cf359feac687df71ea87eb) @@ -490,7 +490,6 @@ char[] invalidCharacters = Path.GetInvalidPathChars(); string corruptPath = path.Replace('V', invalidCharacters[0]); - // Call TestDelegate call = () => storage.HasStagedProjectChanges(corruptPath);