@@ -42,6 +42,7 @@ private static void ValidateConvertFromUtf32(int i, string expected)
4242 Assert . True ( expected == null , "Expected an ArgumentOutOfRangeException" ) ;
4343 }
4444 }
45+
4546 [ Fact ]
4647 public static void TestConvertFromUtf32 ( )
4748 {
@@ -766,7 +767,6 @@ public static void TestMinValue()
766767 }
767768
768769 [ Fact ]
769- [ ActiveIssue ( 846 , PlatformID . AnyUnix ) ]
770770 public static void TestToLower ( )
771771 {
772772 // Char Char.ToLower(Char)
@@ -790,7 +790,6 @@ public static void TestToLower()
790790 }
791791
792792 [ Fact ]
793- [ ActiveIssue ( 846 , PlatformID . AnyUnix ) ]
794793 public static void TestToLowerInvariant ( )
795794 {
796795 // Char Char.ToLowerInvariant(Char)
@@ -830,7 +829,6 @@ public static void TestToStringChar()
830829 }
831830
832831 [ Fact ]
833- [ ActiveIssue ( 846 , PlatformID . AnyUnix ) ]
834832 public static void TestToUpper ( )
835833 {
836834 // Char Char.ToUpper(Char)
@@ -854,7 +852,6 @@ public static void TestToUpper()
854852 }
855853
856854 [ Fact ]
857- [ ActiveIssue ( 846 , PlatformID . AnyUnix ) ]
858855 public static void TestToUpperInvariant ( )
859856 {
860857 // Char Char.ToUpperInvariant(Char)
0 commit comments