Bug 1029: Remove dead code: samples/clustersession
[controller.git] / opendaylight / northbound / staticrouting / src / test / java / org / opendaylight / controller / forwarding / staticrouting / northbound / StaticRoutingNorthboundTest.java
index 2023d5256109f734668de07265bac6b01906489f..5a5da4ef1f6c2b8d619e9a7fbe8e99933f932070 100644 (file)
@@ -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.forwarding.staticrouting.northbound;
 
 import java.util.ArrayList;
@@ -6,9 +13,7 @@ import java.util.List;
 import org.junit.Assert;
 import org.junit.Test;
 
-import junit.framework.TestCase;
-
-public class StaticRoutingNorthboundTest extends TestCase {
+public class StaticRoutingNorthboundTest {
 
     @Test
     public void testStaticRoute() {