Author: benm
Date: 2005-06-28 14:05:08 -0400 (Tue, 28 Jun 2005)
New Revision: 46660
Modified:
trunk/mcs/class/corlib/Test/System.Threading/MutexTest.cs
Log:
line ending sanity
Modified: trunk/mcs/class/corlib/Test/System.Threading/MutexTest.cs
===================================================================
--- trunk/mcs/class/corlib/Test/System.Threading/MutexTest.cs 2005-06-28
17:26:26 UTC (rev 46659)
+++ trunk/mcs/class/corlib/Test/System.Threading/MutexTest.cs 2005-06-28
18:05:08 UTC (rev 46660)
@@ -1,6 +1,6 @@
// MutexTest.cs - NUnit Test Cases for System.Threading.Mutex
//
-// Eduardo Garcia Cebollero <[EMAIL PROTECTED]>
+// Eduardo Garcia Cebollero <[EMAIL PROTECTED]>
//
// (C) Eduardo Garcia Cebollero
//
@@ -123,9 +123,9 @@
AssertEquals("#04 The default value of The mutex wrong
set:",class1.id,class1.marker);
}
-*/
-
- // Hangs #72534
+*/
+
+ // Hangs #72534
[Category("NotWorking")]
public void TestWaitAndSignal1()
{
@@ -141,9 +141,9 @@
thread1.Abort ();
}
}
-
- // Hangs
- [Category("NotWorking")]
+
+ // Hangs
+ [Category("NotWorking")]
public void TestWaitAndFoget1()
{
Mutex Sem = new Mutex(false);
@@ -180,4 +180,4 @@
}
}
}
-}
+}
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches