Răsfoiți Sursa

2009-04-21 Atsushi Enomoto <[email protected]>

	* NetPeerTcpBindingTest.cs : fix build.


svn path=/trunk/mcs/; revision=132243
Atsushi Eno 16 ani în urmă
părinte
comite
68dcbd34df

+ 4 - 0
mcs/class/System.ServiceModel/Test/System.ServiceModel/ChangeLog

@@ -1,3 +1,7 @@
+2009-04-21  Atsushi Enomoto  <[email protected]>
+
+	* NetPeerTcpBindingTest.cs : fix build.
+
 2009-04-20  Atsushi Enomoto  <[email protected]>
 
 	* NetPeerTcpBindingTest.cs : new test.

+ 4 - 0
mcs/class/System.ServiceModel/Test/System.ServiceModel/NetPeerTcpBindingTest.cs

@@ -86,6 +86,10 @@ namespace MonoTests.System.ServiceModel
 
 	class DummyResolver : PeerResolver
 	{
+		public override bool CanShareReferrals {
+			get { throw new NotImplementedException (); }
+		}
+
 		public override object Register (string meshId,
 			PeerNodeAddress nodeAddress, TimeSpan timeout)
 		{