X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fcommons%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fnorthbound%2Fcommons%2Fexception%2FCommonsNorthboundExceptionTest.java;h=8784950330ecc19c3681e405dd672466f68d43bd;hp=0a282b9b28b8c3c68ca31e3419a39b0f607105c2;hb=6fd408a04fe4a3611843e2246ece6d7c34b76903;hpb=67a2d25f63cc03d6291f9b3110e70fac812c3793 diff --git a/opendaylight/northbound/commons/src/test/java/org/opendaylight/controller/northbound/commons/exception/CommonsNorthboundExceptionTest.java b/opendaylight/northbound/commons/src/test/java/org/opendaylight/controller/northbound/commons/exception/CommonsNorthboundExceptionTest.java index 0a282b9b28..8784950330 100644 --- a/opendaylight/northbound/commons/src/test/java/org/opendaylight/controller/northbound/commons/exception/CommonsNorthboundExceptionTest.java +++ b/opendaylight/northbound/commons/src/test/java/org/opendaylight/controller/northbound/commons/exception/CommonsNorthboundExceptionTest.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.northbound.commons.exception; import javax.ws.rs.core.Response; @@ -5,9 +12,7 @@ import javax.ws.rs.core.Response; import org.junit.Assert; import org.junit.Test; -import junit.framework.TestCase; - -public class CommonsNorthboundExceptionTest extends TestCase { +public class CommonsNorthboundExceptionTest { @Test public void testMethodNotAllowed() {