Browse Source

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

	* EndpointIdentityTest.cs, EndpointAddress10Test.cs :
	  enable working tests.


svn path=/trunk/mcs/; revision=154371
Atsushi Eno 15 years ago
parent
commit
181eb81847

+ 5 - 0
mcs/class/System.ServiceModel/Test/System.ServiceModel/ChangeLog

@@ -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

+ 0 - 1
mcs/class/System.ServiceModel/Test/System.ServiceModel/EndpointAddress10Test.cs

@@ -72,7 +72,6 @@ namespace MonoTests.System.ServiceModel
 		}
 
 		[Test]
-		[Category ("NotWorking")]
 		public void SerializeDeserialize ()
 		{
 			StringWriter sw = new StringWriter ();

+ 0 - 1
mcs/class/System.ServiceModel/Test/System.ServiceModel/EndpointIdentityTest.cs

@@ -43,7 +43,6 @@ namespace MonoTests.System.ServiceModel
 		static readonly X509Certificate2 cert = new X509Certificate2 ("Test/Resources/test.cer");
 
 		[Test]
-		[Category ("NotWorking")] // DataContractSerializer+base64 issue
 		public void CreateX509CertificateIdentity ()
 		{
 			X509CertificateEndpointIdentity identity =