2005-01-30 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Sun, 30 Jan 2005 20:09:00 +0000 (20:09 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Sun, 30 Jan 2005 20:09:00 +0000 (20:09 -0000)
* HashTest.cs: Changed [Ignore] to [Category("NotWorking")] to reduce
nunit logs.

svn path=/trunk/mcs/; revision=39810

mcs/class/corlib/Test/System.Security.Policy/ChangeLog
mcs/class/corlib/Test/System.Security.Policy/HashTest.cs

index 0c15a0d753e8d0baf043fd3a4c91fe5c1ec3c36d..ec5111e100fbcef2bba791c5a7db4dd5999393f5 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * HashTest.cs: Changed [Ignore] to [Category("NotWorking")] to reduce
+       nunit logs.
+
 2005-01-10  Sebastien Pouliot  <sebastien@ximian.com>
 
        * PolicyLevelTest.cs: Removed [Ignore] from tests as they now execute
index bb6e31766c75b82c1cd4e0054fdfb32fdda22ea6..f9cedb8d8ab2f6801c7973b1fa5666d881119ffb 100644 (file)
@@ -109,7 +109,7 @@ namespace MonoTests.System.Security.Policy {
 
                [Test]
 #if !NET_2_0
-               [Ignore ("Current hashing is compatible with Fx 2.0 but not with Fx 1.0/1.1")]
+               [Category ("NotWorking")] // Current hashing is compatible with Fx 2.0 but not with Fx 1.0/1.1
 #endif
                public void MD5_Property ()
                {
@@ -119,7 +119,7 @@ namespace MonoTests.System.Security.Policy {
 
                [Test]
 #if !NET_2_0
-               [Ignore ("Current hashing is compatible with Fx 2.0 but not with Fx 1.0/1.1")]
+               [Category ("NotWorking")] // Current hashing is compatible with Fx 2.0 but not with Fx 1.0/1.1
 #endif
                public void SHA1_Property ()
                {
@@ -129,7 +129,7 @@ namespace MonoTests.System.Security.Policy {
 
                [Test]
 #if !NET_2_0
-               [Ignore ("Current hashing is compatible with Fx 2.0 but not with Fx 1.0/1.1")]
+               [Category ("NotWorking")] // Current hashing is compatible with Fx 2.0 but not with Fx 1.0/1.1
 #endif
                public void GenerateHash_MD5 ()
                {
@@ -140,7 +140,7 @@ namespace MonoTests.System.Security.Policy {
 
                [Test]
 #if !NET_2_0
-               [Ignore ("Current hashing is compatible with Fx 2.0 but not with Fx 1.0/1.1")]
+               [Category ("NotWorking")] // Current hashing is compatible with Fx 2.0 but not with Fx 1.0/1.1
 #endif
                public void GenerateHash_SHA1 ()
                {
@@ -151,7 +151,7 @@ namespace MonoTests.System.Security.Policy {
 
                [Test]
 #if !NET_2_0
-               [Ignore ("Current hashing is compatible with Fx 2.0 but not with Fx 1.0/1.1")]
+               [Category ("NotWorking")] // Current hashing is compatible with Fx 2.0 but not with Fx 1.0/1.1
 #endif
                public void GenerateHash_SHA256 ()
                {
@@ -162,7 +162,7 @@ namespace MonoTests.System.Security.Policy {
 
                [Test]
 #if !NET_2_0
-               [Ignore ("Current hashing is compatible with Fx 2.0 but not with Fx 1.0/1.1")]
+               [Category ("NotWorking")] // Current hashing is compatible with Fx 2.0 but not with Fx 1.0/1.1
 #endif
                public void GenerateHash_SHA384 ()
                {
@@ -173,7 +173,7 @@ namespace MonoTests.System.Security.Policy {
 
                [Test]
 #if !NET_2_0
-               [Ignore ("Current hashing is compatible with Fx 2.0 but not with Fx 1.0/1.1")]
+               [Category ("NotWorking")] // Current hashing is compatible with Fx 2.0 but not with Fx 1.0/1.1
 #endif
                public void GenerateHash_SHA512 ()
                {