Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix for birt tests





git-svn-id: http://svn.jboss.org/repos/jbosstools/trunk@22615 a97e2381-89e5-4abb-bab3-167db6db766c
  • Loading branch information
Denis Golovin committed Jun 7, 2010
1 parent 794db6c commit 6e2c7e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion tests/org.jboss.tools.birt.core.test/META-INF/MANIFEST.MF
Expand Up @@ -6,5 +6,7 @@ Bundle-Version: 1.1.0.qualifier
Bundle-Vendor: JBoss by RedHat
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.jboss.tools.tests,
org.junit
org.junit,
org.eclipse.core.runtime;bundle-version="3.5.0",
org.eclipse.birt.core;bundle-version="2.5.0"
Export-Package: org.jboss.tools.birt.core.test
Expand Up @@ -4,7 +4,10 @@
import junit.framework.TestCase;
import junit.framework.TestSuite;

import org.eclipse.core.runtime.Platform;
import org.jboss.tools.test.util.TestProjectProvider;
import org.jboss.tools.tests.AbstractPluginsLoadTest;
import org.osgi.framework.Bundle;

public class BirtCoreTestSuite extends TestCase {

Expand All @@ -20,8 +23,8 @@ static public class BirtPluginsLoadTest extends AbstractPluginsLoadTest {

public BirtPluginsLoadTest() {}

public void testBirtPluginsAreResolvedAndActivated() {
testBundlesAreLoadedFor("org.jboss.tools.birt.feature");
public void testOrgJbossToolsBirtCoreResolvedAndActivated() {
assertPluginResolved(Platform.getBundle("org.jboss.tools.birt.core"));
}
}
}

0 comments on commit 6e2c7e0

Please sign in to comment.