Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@ximian.com>2005-04-28 23:32:28 +0400
committerSebastien Pouliot <sebastien@ximian.com>2005-04-28 23:32:28 +0400
commit7f18e0d4e1b2bd08c36916fc7491ba680c028234 (patch)
tree02df5ebbb87368a8558a8acd51ae94f7f1822975 /mcs/class/System.Security/Test
parentc2e1bfe19b47267230d9cd35ad71e2c3d50b3205 (diff)
2005-04-28 Sebastien Pouliot <sebastien@ximian.com>
* XmlDsigXPathTransformTest.cs: Marked FunctionHereObsolete (ignored) and LoadInputAsXmlNodeList (failure) as [Category("NotWorking")] as they both pass under MS 1.x runtime (for bad and/or good reasons). svn path=/trunk/mcs/; revision=43740
Diffstat (limited to 'mcs/class/System.Security/Test')
-rw-r--r--mcs/class/System.Security/Test/System.Security.Cryptography.Xml/ChangeLog6
-rwxr-xr-xmcs/class/System.Security/Test/System.Security.Cryptography.Xml/XmlDsigXPathTransformTest.cs4
2 files changed, 9 insertions, 1 deletions
diff --git a/mcs/class/System.Security/Test/System.Security.Cryptography.Xml/ChangeLog b/mcs/class/System.Security/Test/System.Security.Cryptography.Xml/ChangeLog
index 51f2d68514a..3d7fd148f2a 100644
--- a/mcs/class/System.Security/Test/System.Security.Cryptography.Xml/ChangeLog
+++ b/mcs/class/System.Security/Test/System.Security.Cryptography.Xml/ChangeLog
@@ -1,3 +1,9 @@
+2005-04-28 Sebastien Pouliot <sebastien@ximian.com>
+
+ * XmlDsigXPathTransformTest.cs: Marked FunctionHereObsolete (ignored)
+ and LoadInputAsXmlNodeList (failure) as [Category("NotWorking")] as
+ they both pass under MS 1.x runtime (for bad and/or good reasons).
+
2005-04-26 Sebastien Pouliot <sebastien@ximian.com>
* KeyInfoX509DataTest.cs: Added new unit tests for NET_1_1 and updated
diff --git a/mcs/class/System.Security/Test/System.Security.Cryptography.Xml/XmlDsigXPathTransformTest.cs b/mcs/class/System.Security/Test/System.Security.Cryptography.Xml/XmlDsigXPathTransformTest.cs
index c56602a26d7..a2a6ee4bc13 100755
--- a/mcs/class/System.Security/Test/System.Security.Cryptography.Xml/XmlDsigXPathTransformTest.cs
+++ b/mcs/class/System.Security/Test/System.Security.Cryptography.Xml/XmlDsigXPathTransformTest.cs
@@ -144,6 +144,7 @@ namespace MonoTests.System.Security.Cryptography.Xml {
}
[Test]
+ [Category ("NotWorking")]
public void LoadInputAsXmlNodeList ()
{
XmlDocument doc = GetDoc ();
@@ -245,7 +246,8 @@ namespace MonoTests.System.Security.Cryptography.Xml {
}
[Test]
- [Ignore ("MS.NET looks incorrect, or something incorrect in this test code; It turned out nothing to do with function here()")]
+ [Category ("NotWorking")]
+ // MS.NET looks incorrect, or something incorrect in this test code; It turned out nothing to do with function here()
public void FunctionHereObsolete ()
{
XmlDsigXPathTransform t = new XmlDsigXPathTransform ();