Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ross2013-06-25 20:30:16 +0000
committerThomas Watson2013-06-26 18:27:26 +0000
commit88580f7595f0f7b09de84ddc0eb281b81da6857d (patch)
tree1a69d36871954a1b871548adde91e8e33181ced4 /bundles/org.eclipse.osgi.tests/.classpath
parent0d2350aba3c0396ca306570a642f48fdb706d8d2 (diff)
downloadrt.equinox.framework-88580f7595f0f7b09de84ddc0eb281b81da6857d.tar.gz
rt.equinox.framework-88580f7595f0f7b09de84ddc0eb281b81da6857d.tar.xz
rt.equinox.framework-88580f7595f0f7b09de84ddc0eb281b81da6857d.zip
[Bug 407416] Test framework discards bundles at load time when storage hooks invalidate.
A new package and initial infrastructure for framework hook tests was created. Two storage hook tests have been added. One tests that bundles are discarded if a storage hook throws IllegalStateException from the validate() method. The other ensure that bundles are not discarded when storage hook validation succeeds.
Diffstat (limited to 'bundles/org.eclipse.osgi.tests/.classpath')
-rw-r--r--bundles/org.eclipse.osgi.tests/.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi.tests/.classpath b/bundles/org.eclipse.osgi.tests/.classpath
index 1035af696..af3abe16d 100644
--- a/bundles/org.eclipse.osgi.tests/.classpath
+++ b/bundles/org.eclipse.osgi.tests/.classpath
@@ -109,5 +109,6 @@
<classpathentry kind="src" output="bundle_tests/test.logging.a" path="bundles_src/test.logging.a"/>
<classpathentry kind="src" output="bundle_tests/geturl" path="bundles_src/geturl"/>
<classpathentry kind="src" output="bundle_tests/test.bug375784" path="bundles_src/test.bug375784"/>
+ <classpathentry kind="src" output="bundle_tests/storage.hooks.a" path="bundles_src/storage.hooks.a"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top