New tests.
[mono.git] / mcs / class / System.ServiceModel / Test / System.ServiceModel.Channels / ChangeLog
index 15b366a1b1950a52724d771c3e22282bce549c5d..54cb53aaaac4510ac2e6ac0aa0a22f7d4bd4170c 100644 (file)
@@ -1,3 +1,42 @@
+2010-04-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CustomBindingTest.cs : enable BuildChannelListener test for no-
+         transport case. Test CanBuildChannelListener too.
+
+2010-04-01  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * TcpTransportBindingElementTest.cs : GetProperty<T>() here too.
+
+2010-04-01  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * HttpsTransportBindingElementTest.cs :
+         added test for GetProperty<T>().
+
+2010-03-29  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * FaultConverterTest.cs : added more TryCreateException() tests.
+
+2010-03-29  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MessageHeaderTest.cs : enable one, add not-working cosmetic one.
+
+2010-03-29  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MessageBufferTest.cs : enable not-working test.
+
+2010-03-29  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MessageFaultTest.cs : enable previous test.
+
+2010-03-29  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * FaultConverterTest.cs : enable previous test.
+
+2010-03-26  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * FaultConverterTest.cs, MessageFaultTest.cs : add new and not-working
+         tests.
+
 2010-03-26  Atsushi Enomoto  <atsushi@ximian.com>
 
        * MessageBufferTest.cs : add test for copy of IsFault value.