Index: Core/Common/test/Core.Common.TestUtil.Test/PropertiesTestHelperTest.cs =================================================================== diff -u -r7d6e4c28a40fb056c182d0691dda2b2e88aeebfd -rcdf894f0ba4520c5722bcd3d2e1daf3c1f5bcee1 --- Core/Common/test/Core.Common.TestUtil.Test/PropertiesTestHelperTest.cs (.../PropertiesTestHelperTest.cs) (revision 7d6e4c28a40fb056c182d0691dda2b2e88aeebfd) +++ Core/Common/test/Core.Common.TestUtil.Test/PropertiesTestHelperTest.cs (.../PropertiesTestHelperTest.cs) (revision cdf894f0ba4520c5722bcd3d2e1daf3c1f5bcee1) @@ -56,7 +56,7 @@ } [Test] - public void GetAllVisiblePropertyDescriptors_VisibleProperties_ReturnEmpty() + public void GetAllVisiblePropertyDescriptors_VisibleProperties_ReturnCollectionWithTwoProperties() { // Setup var propertiesObject = new VisibleProperties(); Index: Core/Common/test/Core.Common.TestUtil/PropertiesTestHelper.cs =================================================================== diff -u -r7d6e4c28a40fb056c182d0691dda2b2e88aeebfd -rcdf894f0ba4520c5722bcd3d2e1daf3c1f5bcee1 --- Core/Common/test/Core.Common.TestUtil/PropertiesTestHelper.cs (.../PropertiesTestHelper.cs) (revision 7d6e4c28a40fb056c182d0691dda2b2e88aeebfd) +++ Core/Common/test/Core.Common.TestUtil/PropertiesTestHelper.cs (.../PropertiesTestHelper.cs) (revision cdf894f0ba4520c5722bcd3d2e1daf3c1f5bcee1) @@ -28,7 +28,7 @@ namespace Core.Common.TestUtil { /// - /// Helper class when dealing with implementations or + /// Helper class for dealing with implementations and /// other objects that are meant to be shown in the . /// public static class PropertiesTestHelper