Bug 868: Remove AD-SAL components which were deprecated in Lithium
[controller.git] / opendaylight / adsal / arphandler / src / test / java / org / opendaylight / controller / arphandler / internal / ArphandlerTest.java
diff --git a/opendaylight/adsal/arphandler/src/test/java/org/opendaylight/controller/arphandler/internal/ArphandlerTest.java b/opendaylight/adsal/arphandler/src/test/java/org/opendaylight/controller/arphandler/internal/ArphandlerTest.java
deleted file mode 100644 (file)
index 892a0bc..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-\r
-/*\r
- * Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.\r
- *\r
- * This program and the accompanying materials are made available under the\r
- * terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
- * and is available at http://www.eclipse.org/legal/epl-v10.html\r
- */\r
-\r
-package org.opendaylight.controller.arphandler.internal;\r
-\r
-\r
-import org.junit.Assert;\r
-import org.junit.Test;\r
-\r
-public class ArphandlerTest  {\r
-\r
-        @Test\r
-        public void testArphandlerCreation() {\r
-\r
-                ArpHandler ah = null;\r
-                ah = new ArpHandler();\r
-                Assert.assertTrue(ah != null);\r
-\r
-        }\r
-\r
-}\r