Просмотр исходного кода

2005-04-28 Sebastien Pouliot <[email protected]>

	* 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
Sebastien Pouliot 20 лет назад
Родитель
Сommit
7f18e0d4e1

+ 6 - 0
mcs/class/System.Security/Test/System.Security.Cryptography.Xml/ChangeLog

@@ -1,3 +1,9 @@
+2005-04-28  Sebastien Pouliot  <[email protected]>
+
+	* 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  <[email protected]>
 
 	* KeyInfoX509DataTest.cs: Added new unit tests for NET_1_1 and updated

+ 3 - 1
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 ();