Pārlūkot izejas kodu

2004-03-19 David Sheldon <[email protected]>

  * ThreadTest.cs: Removed Ignore attributes from
      CurrentPrincipal_PrincipalPolicy_NoPrincipal and
      CurrentPrincipal_PrincipalPolicy_UnauthenticatedPrincipal
    Now that bug 54041 is fixed, and they wont livelock.

svn path=/trunk/mcs/; revision=24321
David Sheldon 22 gadi atpakaļ
vecāks
revīzija
c8a30a7adb

+ 7 - 0
mcs/class/corlib/Test/System.Threading/ChangeLog

@@ -1,3 +1,10 @@
+2004-03-19  David Sheldon <[email protected]>
+
+  * ThreadTest.cs: Removed Ignore attributes from 
+      CurrentPrincipal_PrincipalPolicy_NoPrincipal and
+      CurrentPrincipal_PrincipalPolicy_UnauthenticatedPrincipal
+    Now that bug 54041 is fixed, and they wont livelock.
+
 2004-02-05  Sebastien Pouliot  <[email protected]>
 
 	* ThreadTest.cs: Added unit tests for CurrentPrincipal.

+ 1 - 1
mcs/class/corlib/Test/System.Threading/ThreadTest.cs

@@ -449,7 +449,7 @@ namespace MonoTests.System.Threading {
 		}
 
 		[Test]
-		public void CurrentPrincipal_PrincipalPolicy_UnauthenticatedPrincipal () 
+		 public void CurrentPrincipal_PrincipalPolicy_UnauthenticatedPrincipal () 
 		{
 			// note: switching from PrincipalPolicy won't work inside the same thread
 			// because as soon as a Principal object is created the Policy doesn't matter anymore