2010-03-29 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Mon, 29 Mar 2010 13:06:47 +0000 (13:06 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Mon, 29 Mar 2010 13:06:47 +0000 (13:06 -0000)
* MetadataResolverTest.cs : enable working tests.

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

mcs/class/System.ServiceModel/Test/System.ServiceModel.Description/ChangeLog
mcs/class/System.ServiceModel/Test/System.ServiceModel.Description/MetadataResolverTest.cs

index aeaf659a7c2cddbea2a92d00ae7503d78ef8c49c..bcfcc07d3f2cb2bff792442f50335278e692429a 100755 (executable)
@@ -1,3 +1,7 @@
+2010-03-29  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MetadataResolverTest.cs : enable working tests.
+
 2010-03-17  Atsushi Enomoto  <atsushi@ximian.com>
 
        * MetadataExchangeBindingsTest.cs : new test.
index 30c1ffdb20002ae2b40e4f218cffffde80cdec68..75b7e27a222cd8ea3f9e19c3e5536baa1a6e17aa 100644 (file)
@@ -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);