You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@ -1,34 +0,0 @@
|
||||
2010-07-14 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* WebHttpBehaviorTest.cs : add test for deserializing Raw request
|
||||
message too.
|
||||
|
||||
2010-07-14 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* WebHttpBehaviorTest.cs : add test for bug #619542 (not sure if it
|
||||
works on mono; run-test is broken in trunk. Verified under .NET).
|
||||
|
||||
2009-10-08 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* WebScriptEnablingBehaviorTest.cs : new test.
|
||||
|
||||
2009-09-15 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* WebHttpBehaviorTest.cs : enable working test.
|
||||
|
||||
2009-09-02 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* WebHttpBehaviorTest.cs : some message formatters tests.
|
||||
|
||||
2008-02-15 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* WebHttpBehaviorTest.cs : test that ApplyDispatchBehavior() sets
|
||||
address filter.
|
||||
|
||||
2008-02-15 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* WebHttpBehaviorTest.cs : test ApplyDispatchBehavior().
|
||||
|
||||
2008-02-12 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* WebHttpBehaviorTest.cs : new test.
|
@ -38,6 +38,8 @@ using System.ServiceModel.Web;
|
||||
using System.Text;
|
||||
using NUnit.Framework;
|
||||
|
||||
using MonoTests.Helpers;
|
||||
|
||||
namespace MonoTests.System.ServiceModel.Description
|
||||
{
|
||||
public class MyHostFactory : WebScriptServiceHostFactory
|
||||
@ -64,7 +66,7 @@ namespace MonoTests.System.ServiceModel.Description
|
||||
[Test]
|
||||
public void ScriptGenerator ()
|
||||
{
|
||||
var url = "http://localhost:37564";
|
||||
var url = "http://localhost:" + NetworkHelpers.FindFreePort ();
|
||||
var host = new MyHostFactory ().CreateServiceHost (typeof (HogeService));
|
||||
var binding = new WebHttpBinding ();
|
||||
host.AddServiceEndpoint (typeof (IHogeService), binding, url);
|
||||
|
Reference in New Issue
Block a user