we now pass this guy
authorJb Evain <jbevain@gmail.com>
Thu, 1 May 2008 20:23:49 +0000 (20:23 -0000)
committerJb Evain <jbevain@gmail.com>
Thu, 1 May 2008 20:23:49 +0000 (20:23 -0000)
svn path=/trunk/mcs/; revision=102298

mcs/class/System.Core/Test/System.Linq/EnumerableTest.cs

index 1e34cd4bcdb08ae7d0c7f340ba1286d22020accc..b8fcbaf08afbe6c2200ed48a509b4ebd2b2cadad 100644 (file)
@@ -263,8 +263,7 @@ namespace MonoTests.System.Linq {
 
                        public string Name
                        {
-                               get
-                               {
+                               get {
                                        if (string.IsNullOrEmpty (name))
                                                return Age.ToString ();
 
@@ -315,7 +314,6 @@ namespace MonoTests.System.Linq {
                }
 
                [Test]
-               [Category ("NotWorking")]
                public void TestOrderByAgeAscendingTheByNameDescending ()
                {
                        var q = from b in CreateBazCollection ()