X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FTest%2FSystem.Runtime.Remoting%2FChangeLog;fp=mcs%2Fclass%2Fcorlib%2FTest%2FSystem.Runtime.Remoting%2FChangeLog;h=80b6f69e5bffa826a02ad50f377c90242474137d;hb=58ae2da515cd4c2742de9cff2009afafdf6a0a38;hp=9e26a3c48df34f35e49746368ee4b461879993c1;hpb=ef440e6c3a75b7e857c05d2aee90ac0cec60b835;p=mono.git diff --git a/mcs/class/corlib/Test/System.Runtime.Remoting/ChangeLog b/mcs/class/corlib/Test/System.Runtime.Remoting/ChangeLog index 9e26a3c48df..80b6f69e5bf 100644 --- a/mcs/class/corlib/Test/System.Runtime.Remoting/ChangeLog +++ b/mcs/class/corlib/Test/System.Runtime.Remoting/ChangeLog @@ -1,3 +1,15 @@ +2003-06-19 Nick Drochak + + * RemotingServicesTest.cs: Lazy fix/workaround for "can't reuse + channel" errors. Tests now pass. + + * RemotingConfigurationTest.cs: Don't rely on test order, and wrap some + .NET 1.1 stuff. + +2003-06-18 Nick Drochak + + * RemotingServicesTest.cs: Change to nunit v2 format. + 2003-03-11 Jean-Marc Andre * RemotingConfigurationTest.cs: New unit test added