2010-01-06 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Wed, 6 Jan 2010 03:20:02 +0000 (03:20 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Wed, 6 Jan 2010 03:20:02 +0000 (03:20 -0000)
* ChannelDispatcherTest.cs : format message correctly.

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

mcs/class/System.ServiceModel/Test/System.ServiceModel.Dispatcher/ChangeLog
mcs/class/System.ServiceModel/Test/System.ServiceModel.Dispatcher/ChannelDispatcherTest.cs

index 536152141ba5af239de6f9ac3245b61e11f4da74..31051bdbee868a15df6e311e5ab47a03b42d1695 100644 (file)
@@ -1,3 +1,7 @@
+2010-01-06  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ChannelDispatcherTest.cs : format message correctly.
+
 2009-12-02  Atsushi Enomoto  <atsushi@ximian.com>
 
        * DispatchRuntimeTest.cs :
index 77d31f0f9cba660daa687ef94f76999ee2b2625b..08e64e675ac0b883baa1852d4f2b68a51108d57f 100644 (file)
@@ -23,7 +23,7 @@ namespace MonoTests.System.ServiceModel.Dispatcher
                                t.Start ();
                                t.Stop ();
                        } catch (Exception ex) {
-                               Assert.Fail ("Port {0} is not open. It is likely previous tests have failed and the port is kept opened");
+                               Assert.Fail (String.Format ("Port {0} is not open. It is likely previous tests have failed and the port is kept opened", uri.Port));
                        }
                        return uri;
                }