X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=integration-test%2Fbundle-test%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fyangtools%2Fbundle%2Ftest%2FBundleStartTest.java;fp=integration-test%2Fbundle-test%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fyangtools%2Fbundle%2Ftest%2FBundleStartTest.java;h=0000000000000000000000000000000000000000;hb=240aa30062029ddc8ac4cefaf19daeaa09025902;hp=00c76cdfe6f4e8295ae3d0d87e33af231b10c3c2;hpb=fd5fa735b663df913f24bd1b50066dbd9e9d0370;p=yangtools.git diff --git a/integration-test/bundle-test/src/test/java/org/opendaylight/yangtools/bundle/test/BundleStartTest.java b/integration-test/bundle-test/src/test/java/org/opendaylight/yangtools/bundle/test/BundleStartTest.java deleted file mode 100644 index 00c76cdfe6..0000000000 --- a/integration-test/bundle-test/src/test/java/org/opendaylight/yangtools/bundle/test/BundleStartTest.java +++ /dev/null @@ -1,113 +0,0 @@ -/* - * Copyright (c) 2013 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.yangtools.bundle.test; - -import static org.junit.Assert.assertEquals; -import static org.junit.Assert.assertNotNull; -import static org.ops4j.pax.exam.CoreOptions.junitBundles; -import static org.ops4j.pax.exam.CoreOptions.mavenBundle; - -import java.util.ArrayList; -import java.util.List; -import javax.inject.Inject; -import org.junit.Test; -import org.junit.runner.RunWith; -import org.ops4j.pax.exam.Configuration; -import org.ops4j.pax.exam.Option; -import org.ops4j.pax.exam.junit.PaxExam; -import org.osgi.framework.Bundle; -import org.osgi.framework.BundleContext; -import org.osgi.framework.BundleException; - -@RunWith(PaxExam.class) -public class BundleStartTest { - private static final String GROUP = "org.opendaylight.yangtools"; - - @Inject - BundleContext ctx; - - private List