From 53ae02f613b1e82890d6bf75cb36fef912761171 Mon Sep 17 00:00:00 2001 From: Michael Hutchinson Date: Sat, 20 Sep 2008 02:13:42 +0000 Subject: [PATCH] 2008-09-19 Michael Hutchinson * System.Runtime.Remoting_test.dll.sources: add HttpBugtests.cs. svn path=/branches/mono-2-0/mcs/; revision=113613 --- mcs/class/System.Runtime.Remoting/ChangeLog | 4 ++++ .../System.Runtime.Remoting_test.dll.sources | 1 + 2 files changed, 5 insertions(+) diff --git a/mcs/class/System.Runtime.Remoting/ChangeLog b/mcs/class/System.Runtime.Remoting/ChangeLog index d7399afebd65a..b582f889a72a6 100644 --- a/mcs/class/System.Runtime.Remoting/ChangeLog +++ b/mcs/class/System.Runtime.Remoting/ChangeLog @@ -1,3 +1,7 @@ +2008-09-19 Michael Hutchinson + + * System.Runtime.Remoting_test.dll.sources: add HttpBugtests.cs. + 2008-01-25 Gert Driesen * System.Runtime.Remoting_test.dll.sources: add TcpChannelTest.cs. diff --git a/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting_test.dll.sources b/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting_test.dll.sources index fbfaf44d2bc79..ff09e03824c32 100644 --- a/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting_test.dll.sources +++ b/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting_test.dll.sources @@ -16,4 +16,5 @@ RemotingServicesTest.cs IpcCalls.cs GenericTest.cs IpcChannelTest.cs +HttpBugTests.cs HttpServerChannelTests.cs