Explorar el Código

Code cleanup & doc fix

Tig hace 11 meses
padre
commit
6ec69d7644
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      UnitTests/View/Layout/Dim.AutoTests.cs

+ 0 - 4
UnitTests/View/Layout/Dim.AutoTests.cs

@@ -254,10 +254,6 @@ public partial class DimAutoTests (ITestOutputHelper output)
         Assert.False (a.Equals (e));
         Assert.False (a.GetHashCode () == e.GetHashCode ());
 
-        // Test equality with self
-        Assert.True (a.Equals (a));
-        Assert.True (a.GetHashCode () == a.GetHashCode ());
-
         // Test inequality with null
         Assert.False (a.Equals (null));
     }