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-08-12 19:56:21 +0000
committerThomas Watson2013-08-12 19:56:21 +0000
commit7b12f13d96dd528188a3c49a12214d8eddbb8809 (patch)
treef19edb4d7a24ba8ed04dc4d4f62f2a5ea9b17347 /bundles/org.eclipse.osgi.tests/.classpath
parent3a24f0d40bd23aba9df2016c39ea68d89d218725 (diff)
downloadrt.equinox.framework-7b12f13d96dd528188a3c49a12214d8eddbb8809.tar.gz
rt.equinox.framework-7b12f13d96dd528188a3c49a12214d8eddbb8809.tar.xz
rt.equinox.framework-7b12f13d96dd528188a3c49a12214d8eddbb8809.zip
Bug 412228 - Framework.waitForStop doesn't reliably time out
- add test case
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 768b02daf..cf3a39bd5 100644
--- a/bundles/org.eclipse.osgi.tests/.classpath
+++ b/bundles/org.eclipse.osgi.tests/.classpath
@@ -117,5 +117,6 @@
<classpathentry kind="src" output="bundle_tests/test.plugins.e" path="bundles_src/test.plugins.e"/>
<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="output" path="bin"/>
</classpath>

Back to the top