Index: test/Common/DelftTools.Utils.Tests/Collections/Generic/MockClassWithTwoProperties.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -r98210d0d98d36f2d3da5136cb69428125455fe55 --- test/Common/DelftTools.Utils.Tests/Collections/Generic/MockClassWithTwoProperties.cs (.../MockClassWithTwoProperties.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ test/Common/DelftTools.Utils.Tests/Collections/Generic/MockClassWithTwoProperties.cs (.../MockClassWithTwoProperties.cs) (revision 98210d0d98d36f2d3da5136cb69428125455fe55) @@ -8,8 +8,6 @@ public event PropertyChangedEventHandler PropertyChanged; private string stringField; - public int IntField { get; set; } - public string StringProperty { get