瀏覽代碼

2010-03-29 Atsushi Enomoto <[email protected]>

	* MetadataResolverTest.cs : enable working tests.


svn path=/trunk/mcs/; revision=154372
Atsushi Eno 15 年之前
父節點
當前提交
fbfbbbfa88

+ 4 - 0
mcs/class/System.ServiceModel/Test/System.ServiceModel.Description/ChangeLog

@@ -1,3 +1,7 @@
+2010-03-29  Atsushi Enomoto  <[email protected]>
+
+	* MetadataResolverTest.cs : enable working tests.
+
 2010-03-17  Atsushi Enomoto  <[email protected]>
 
 	* MetadataExchangeBindingsTest.cs : new test.

+ 0 - 4
mcs/class/System.ServiceModel/Test/System.ServiceModel.Description/MetadataResolverTest.cs

@@ -153,10 +153,8 @@ namespace MonoTests.System.ServiceModel.Description
 
 		[Test]
 		[ExpectedException (typeof (InvalidOperationException))]
-		[Category ("NotWorking")]
 		public void ErrResolve2 ()
 		{
-		/* Not working as HttpGet is not implemented yet */
 			//Mex cannot be fetched with HttpGet from the given url
 			MetadataResolver.Resolve (
 				typeof (IEchoService),
@@ -196,10 +194,8 @@ namespace MonoTests.System.ServiceModel.Description
 
 		[Test]
 		[ExpectedException (typeof (InvalidOperationException))]
-		[Category ("NotWorking")]
 		public void ErrResolve5 ()
 		{
-		/* Not working as HttpGet is not implemented yet */
 			ContractDescription contract = ContractDescription.GetContract (typeof (IEchoService));
 			List<ContractDescription> contracts = new List<ContractDescription> ();
 			contracts.Add (contract);