* 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
@@ -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.
@@ -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