* EndpointIdentityTest.cs, EndpointAddress10Test.cs : enable working tests. svn path=/trunk/mcs/; revision=154371
@@ -1,3 +1,8 @@
+2010-03-29 Atsushi Enomoto <[email protected]>
+
+ * EndpointIdentityTest.cs, EndpointAddress10Test.cs :
+ enable working tests.
2010-03-25 Atsushi Enomoto <[email protected]>
* ServiceHostBaseTest.cs : add not-working ActionNotFound test by
@@ -72,7 +72,6 @@ namespace MonoTests.System.ServiceModel
}
[Test]
- [Category ("NotWorking")]
public void SerializeDeserialize ()
{
StringWriter sw = new StringWriter ();
@@ -43,7 +43,6 @@ namespace MonoTests.System.ServiceModel
static readonly X509Certificate2 cert = new X509Certificate2 ("Test/Resources/test.cer");
- [Category ("NotWorking")] // DataContractSerializer+base64 issue
public void CreateX509CertificateIdentity ()
X509CertificateEndpointIdentity identity =