1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 07:35:24 +02:00

[fix] Fallback to Eclipse 3.2 compatible org.eclipse.core.runtime.Status constructor

This commit is contained in:
Uwe Stieber 2006-12-14 14:33:51 +00:00
parent 716ad4fcfa
commit 4a57c90e6e

View file

@ -542,6 +542,7 @@ public class RSECoreTestCase extends TestCase {
// Log the error to the error log.
IStatus status = new Status(IStatus.ERROR,
RSETestsPlugin.getDefault().getBundle().getSymbolicName(),
0,
"RSE JUnit test case '" + test + "' failed with error. Possible cause: " + error.getLocalizedMessage(), //$NON-NLS-1$ //$NON-NLS-2$
error
);