X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fcommons%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fnorthbound%2Fcommons%2FCommonsNorthboundTest.java;h=ec9590b442e2ea82429379cf003602dd81c973c2;hb=c7551f594c34504fffa0055d3360132577938b38;hp=9dba530c341237763c96cab63ac0c50e54e88364;hpb=45a353abc676b96daa1854327b00cf4121564d59;p=controller.git diff --git a/opendaylight/northbound/commons/src/test/java/org/opendaylight/controller/northbound/commons/CommonsNorthboundTest.java b/opendaylight/northbound/commons/src/test/java/org/opendaylight/controller/northbound/commons/CommonsNorthboundTest.java index 9dba530c34..ec9590b442 100644 --- a/opendaylight/northbound/commons/src/test/java/org/opendaylight/controller/northbound/commons/CommonsNorthboundTest.java +++ b/opendaylight/northbound/commons/src/test/java/org/opendaylight/controller/northbound/commons/CommonsNorthboundTest.java @@ -1,11 +1,16 @@ +/* + * 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.northbound.commons; import org.junit.Assert; import org.junit.Test; -import junit.framework.TestCase; - -public class CommonsNorthboundTest extends TestCase { +public class CommonsNorthboundTest { @Test public void testRestMessages() {