X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-remoterpc-connector%2Fimplementation%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Fconnector%2Fremoterpc%2FClientRequestHandlerTest.java;h=a5c4d85fed3bf97f53c0254f6f5dae5a3af12ac0;hp=e1345945a73dabf0951883bf62cbcde1d0518f87;hb=6fd408a04fe4a3611843e2246ece6d7c34b76903;hpb=94f1ef0b8ac5b44bed8f81f6c4d330a16b2b34fd diff --git a/opendaylight/md-sal/sal-remoterpc-connector/implementation/src/test/java/org/opendaylight/controller/sal/connector/remoterpc/ClientRequestHandlerTest.java b/opendaylight/md-sal/sal-remoterpc-connector/implementation/src/test/java/org/opendaylight/controller/sal/connector/remoterpc/ClientRequestHandlerTest.java index e1345945a7..a5c4d85fed 100644 --- a/opendaylight/md-sal/sal-remoterpc-connector/implementation/src/test/java/org/opendaylight/controller/sal/connector/remoterpc/ClientRequestHandlerTest.java +++ b/opendaylight/md-sal/sal-remoterpc-connector/implementation/src/test/java/org/opendaylight/controller/sal/connector/remoterpc/ClientRequestHandlerTest.java @@ -1,3 +1,10 @@ +/* + * Copyright (c) 2014 Cisco Systems, Inc. and others. All rights reserved. + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License v1.0 which accompanies this distribution, + * and is available at http://www.eclipse.org/legal/epl-v10.html + */ package org.opendaylight.controller.sal.connector.remoterpc; import junit.framework.Assert; @@ -22,7 +29,7 @@ public class ClientRequestHandlerTest { ZMQ.Context context; ExecutorService serverThread; - final String SERVER_ADDRESS = "localhost:5554"; + final String SERVER_ADDRESS = "localhost:5553"; ClientRequestHandler handler;