You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ha...@apache.org on 2004/01/13 01:46:21 UTC

cvs commit: avalon-sandbox/avalon-net/Castle/CastleManagementExtensionsTest RemoteTestCase.cs

hammett     2004/01/12 16:46:21

  Modified:    avalon-net/Castle/CastleManagementExtensionsTest
                        RemoteTestCase.cs
  Log:
  Minor correction.
  
  Revision  Changes    Path
  1.2       +1 -1      avalon-sandbox/avalon-net/Castle/CastleManagementExtensionsTest/RemoteTestCase.cs
  
  Index: RemoteTestCase.cs
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/avalon-net/Castle/CastleManagementExtensionsTest/RemoteTestCase.cs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RemoteTestCase.cs	1 Jan 2004 14:50:31 -0000	1.1
  +++ RemoteTestCase.cs	13 Jan 2004 00:46:21 -0000	1.2
  @@ -80,7 +80,7 @@
   		public void TestServerCreation()
   		{
   			MConnectorServer serverConn = 
  -					   MConnectorServerFactory.CreateServer( "provider:http:binary:test.rem", null, server );
  +					   MConnectorServerFactory.CreateServer( "provider:http:binary:test.rem", null, null );
   
   			AssertNotNull( serverConn );
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org