Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Hoepfner2019-12-27 08:49:57 +0000
committerLars Vogel2020-01-06 13:14:14 +0000
commit30247bf8acddfc1a8b89127aeb1caf66dad8ecf8 (patch)
tree363c15a13e7751f540ed0daf08edbfefed1f56c3 /bundles/org.eclipse.equinox.common.tests/META-INF
parentffbc9ebde570c854f9eae993b12c6eb6a0206629 (diff)
downloadrt.equinox.bundles-30247bf8acddfc1a8b89127aeb1caf66dad8ecf8.tar.gz
rt.equinox.bundles-30247bf8acddfc1a8b89127aeb1caf66dad8ecf8.tar.xz
rt.equinox.bundles-30247bf8acddfc1a8b89127aeb1caf66dad8ecf8.zip
Bug 558642: SafeRunner can return results
SafeRunner has a second run method which expects a ISafeRunnableWithResult<T>. The run method returns this result. Also some refactoring of the handleException method has been done (boy scout rule). Furthermore test have been improved: - adapt to lambda - better test method names to recognize what was wrong - better text messages in assertions Change-Id: I65c9104c3833fb6fe9044a2a3a73e477e0636e40 Signed-off-by: Marcus Hoepfner <marcus.hoepfner@sap.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.common.tests/META-INF')
-rw-r--r--bundles/org.eclipse.equinox.common.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.common.tests/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.common.tests/META-INF/MANIFEST.MF
index de575e4fd..afab99b89 100644
--- a/bundles/org.eclipse.equinox.common.tests/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.common.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Common Eclipse Runtime Tests
Bundle-SymbolicName: org.eclipse.equinox.common.tests;singleton:=true
-Bundle-Version: 3.10.600.qualifier
+Bundle-Version: 3.11.0.qualifier
Automatic-Module-Name: org.eclipse.equinox.common.tests
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy

Back to the top