Author: gert
Date: 2005-05-08 08:09:58 -0400 (Sun, 08 May 2005)
New Revision: 44215

Modified:
   trunk/mcs/class/corlib/Test/System/ChangeLog
   trunk/mcs/class/corlib/Test/System/DoubleFormatterTest.cs
Log:
* DoubleFormatterTest.cs: re-enabled test as bug #60110 is now fixed.


Modified: trunk/mcs/class/corlib/Test/System/ChangeLog
===================================================================
--- trunk/mcs/class/corlib/Test/System/ChangeLog        2005-05-08 08:56:00 UTC 
(rev 44214)
+++ trunk/mcs/class/corlib/Test/System/ChangeLog        2005-05-08 12:09:58 UTC 
(rev 44215)
@@ -1,3 +1,7 @@
+2005-05-08  Gert Driesen <[EMAIL PROTECTED]>
+
+       * DoubleFormatterTest.cs: re-enabled test as bug #60110 is fixed.
+
 2005-05-07  Atsushi Enomoto  <[EMAIL PROTECTED]>
 
        * DoubleTest.cs : added test for #72955.

Modified: trunk/mcs/class/corlib/Test/System/DoubleFormatterTest.cs
===================================================================
--- trunk/mcs/class/corlib/Test/System/DoubleFormatterTest.cs   2005-05-08 
08:56:00 UTC (rev 44214)
+++ trunk/mcs/class/corlib/Test/System/DoubleFormatterTest.cs   2005-05-08 
12:09:58 UTC (rev 44215)
@@ -929,7 +929,6 @@
 
                // see bug #60110 for more details
                [Test]
-               [Category("NotWorking")]
                public void Roundtrip_ExactStringFormat () 
                {
                        // here we check that the "R" output is "extactly" the 
same as MS implementation

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to