Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2013-10-17 15:07:18 +0000
committerThomas Watson2013-10-17 15:07:18 +0000
commit178b25e4f055533be7ae8035e73fece3dfc6a581 (patch)
tree51e6a0507e3b6d4a14583d49c7402c70e025fd3b /bundles/org.eclipse.osgi.tests/.classpath
parentca564ed0c0ef9421e57185ebb61a92e59686de94 (diff)
downloadrt.equinox.framework-178b25e4f055533be7ae8035e73fece3dfc6a581.tar.gz
rt.equinox.framework-178b25e4f055533be7ae8035e73fece3dfc6a581.tar.xz
rt.equinox.framework-178b25e4f055533be7ae8035e73fece3dfc6a581.zip
Bug 419725 - IllegalStateException while resolving bundles when a persistently started bundle gets uninstalled
- Add a test that uninstalls a bundle while resuming after resolution
Diffstat (limited to 'bundles/org.eclipse.osgi.tests/.classpath')
-rw-r--r--bundles/org.eclipse.osgi.tests/.classpath2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi.tests/.classpath b/bundles/org.eclipse.osgi.tests/.classpath
index cf3a39bd5..c7f40b6b1 100644
--- a/bundles/org.eclipse.osgi.tests/.classpath
+++ b/bundles/org.eclipse.osgi.tests/.classpath
@@ -118,5 +118,7 @@
<classpathentry kind="src" output="bundle_tests/test.plugins.f" path="bundles_src/test.plugins.f"/>
<classpathentry kind="src" output="bundle_tests/test.plugins.g" path="bundles_src/test.plugins.g"/>
<classpathentry kind="src" output="bundle_tests/test.bug412228" path="bundles_src/test.bug412228"/>
+ <classpathentry kind="src" output="bundle_tests/test.uninstall.start1" path="bundles_src/test.uninstall.start1"/>
+ <classpathentry kind="src" output="bundle_tests/test.uninstall.start2" path="bundles_src/test.uninstall.start2"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top