X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fcontrollermanager%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcontrollermanager%2Fnorthbound%2FControllerManagerNorthboundTest.java;h=a25c75928d696e9f7a4c73f423e9aff5e02f4a14;hb=edf5bfcee83c750853253ccfd991ba7000f5f65b;hp=a57e615618a8b0854e9ed07721c6df1d2857b247;hpb=b2b9f320d79eac0253f2417b11eb74bdbc095c66;p=controller.git diff --git a/opendaylight/northbound/controllermanager/src/test/java/org/opendaylight/controller/controllermanager/northbound/ControllerManagerNorthboundTest.java b/opendaylight/northbound/controllermanager/src/test/java/org/opendaylight/controller/controllermanager/northbound/ControllerManagerNorthboundTest.java index a57e615618..a25c75928d 100644 --- a/opendaylight/northbound/controllermanager/src/test/java/org/opendaylight/controller/controllermanager/northbound/ControllerManagerNorthboundTest.java +++ b/opendaylight/northbound/controllermanager/src/test/java/org/opendaylight/controller/controllermanager/northbound/ControllerManagerNorthboundTest.java @@ -1,15 +1,20 @@ +/* + * 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.controllermanager.northbound; import java.util.HashSet; import java.util.Set; -import junit.framework.TestCase; - import org.junit.Assert; import org.junit.Test; import org.opendaylight.controller.sal.core.Property; -public class ControllerManagerNorthboundTest extends TestCase { +public class ControllerManagerNorthboundTest { @Test public void testControllerProperties() {