mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-23 16:23:52 +02:00
[fix] Fallback to Eclipse 3.2 compatible org.eclipse.core.runtime.Status constructor
This commit is contained in:
parent
716ad4fcfa
commit
4a57c90e6e
1 changed files with 1 additions and 0 deletions
|
@ -542,6 +542,7 @@ public class RSECoreTestCase extends TestCase {
|
||||||
// Log the error to the error log.
|
// Log the error to the error log.
|
||||||
IStatus status = new Status(IStatus.ERROR,
|
IStatus status = new Status(IStatus.ERROR,
|
||||||
RSETestsPlugin.getDefault().getBundle().getSymbolicName(),
|
RSETestsPlugin.getDefault().getBundle().getSymbolicName(),
|
||||||
|
0,
|
||||||
"RSE JUnit test case '" + test + "' failed with error. Possible cause: " + error.getLocalizedMessage(), //$NON-NLS-1$ //$NON-NLS-2$
|
"RSE JUnit test case '" + test + "' failed with error. Possible cause: " + error.getLocalizedMessage(), //$NON-NLS-1$ //$NON-NLS-2$
|
||||||
error
|
error
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue