Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions bundles/org.eclipse.equinox.region.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ Bundle-SymbolicName: org.eclipse.equinox.region.tests
Bundle-Version: 1.6.200.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Import-Package: junit.framework;version="4.8.1",
org.aspectj.internal.lang.annotation;version="[1.6.3,2.0.0)";resolution:=optional,
org.aspectj.lang;version="[1.6.3,2.0.0)";resolution:=optional,
org.aspectj.lang.annotation;version="[1.6.3,2.0.0)";resolution:=optional,
org.aspectj.lang.reflect;version="[1.6.3,2.0.0)";resolution:=optional,
org.aspectj.runtime.internal;version="[1.6.3,2.0.0)";resolution:=optional,
org.aspectj.runtime.reflect;version="[1.6.3,2.0.0)";resolution:=optional,
org.eclipse.core.runtime;version="3.7.0",
org.eclipse.core.tests.harness,
org.eclipse.equinox.region;version="1.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ protected void setUp() throws Exception {
assertNotNull("No digraph found", digraph);

bundleInstaller = new BundleInstaller("bundle_tests", testsBundle); //$NON-NLS-1$
testBundle = bundleInstaller.installBundle(AbstractRegionSystemTest.PP1);
try {
testBundle = bundleInstaller.installBundle(AbstractRegionSystemTest.PP1);
} catch (BundleException e) {
// TODO should actually be cleaned up!
}
testBundle.start();

}
Expand Down
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,7 @@

<module>bundles/org.eclipse.equinox.ds.tests</module>
<module>bundles/org.eclipse.equinox.preferences.tests</module>
<!-- removed until the dependency on aspectj is removed. see bug 470000
<module>bundles/org.eclipse.equinox.region.tests</module>
-->
<module>bundles/org.eclipse.equinox.security.tests</module>
<module>bundles/org.eclipse.equinox.app</module>
<module>bundles/org.eclipse.equinox.preferences</module>
Expand Down