2005-05-05 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Thu, 5 May 2005 11:47:01 +0000 (11:47 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Thu, 5 May 2005 11:47:01 +0000 (11:47 -0000)
* ReferenceTest.cs: Changed AddAllTransforms from Ignored to category
NotDotNet as the test seems to fail only under NUnit.

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

mcs/class/System.Security/Test/System.Security.Cryptography.Xml/ChangeLog
mcs/class/System.Security/Test/System.Security.Cryptography.Xml/ReferenceTest.cs

index af6aaa0f8edd73d8010fe87773a95a394f3adc43..3a1106b986dfa3b3af67a19c7172c1dfd74a9728 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-05  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * ReferenceTest.cs: Changed AddAllTransforms from Ignored to category
+       NotDotNet as the test seems to fail only under NUnit.
+
 2005-05-04  Sebastien Pouliot  <sebastien@ximian.com>
 
        * AssertCrypto.cs: Added method to compare somewhat different but ok 
index 495980f8478726cdee290396654bc5239bc45ec0..1fba02aa68cfe0428ffd2c30022f405db52d2e04 100644 (file)
@@ -159,7 +159,8 @@ namespace MonoTests.System.Security.Cryptography.Xml {
 
                [Test]
 #if NET_2_0
-               [Ignore ("MS throws a NullReferenceException - reported as FDBK25886")]\r
+               [Category ("NotDotNet")]
+               // MS throws a NullReferenceException (reported as FDBK25886) but only when executed in NUnit\r
                // http://lab.msdn.microsoft.com/ProductFeedback/viewfeedback.aspx?feedbackid=3596d1e3-362b-40bd-bca9-2e8be75261ff
 #endif
                public void AddAllTransforms ()