X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=third-party%2Fopenflowj%2Fsrc%2Ftest%2Fjava%2Forg%2Fopenflow%2Futil%2FOFTestCase.java;fp=third-party%2Fopenflowj%2Fsrc%2Ftest%2Fjava%2Forg%2Fopenflow%2Futil%2FOFTestCase.java;h=0000000000000000000000000000000000000000;hb=e1c04c5af263a9604a765f1ab98be51dfc51d8cb;hp=a12e49dcc2cd7fcb6588ae19e2e5f995ce56ef77;hpb=a935ffda7f26be29de879a47b426d0db7a28d588;p=controller.git diff --git a/third-party/openflowj/src/test/java/org/openflow/util/OFTestCase.java b/third-party/openflowj/src/test/java/org/openflow/util/OFTestCase.java deleted file mode 100644 index a12e49dcc2..0000000000 --- a/third-party/openflowj/src/test/java/org/openflow/util/OFTestCase.java +++ /dev/null @@ -1,19 +0,0 @@ -package org.openflow.util; - -import org.openflow.protocol.factory.BasicFactory; -import org.openflow.protocol.factory.OFMessageFactory; - -import junit.framework.TestCase; - -public class OFTestCase extends TestCase { - public OFMessageFactory messageFactory; - - @Override - protected void setUp() throws Exception { - super.setUp(); - messageFactory = new BasicFactory(); - } - - public void test() throws Exception { - } -}