1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

bug 311468: JUnit failure: ErrorParserFileMatchingTest - SymbolicLink

More detailed message in case of interruption
This commit is contained in:
Andrew Gvozdev 2010-05-12 20:30:56 +00:00
parent 25085b92c5
commit e4895ce3c0

View file

@ -541,7 +541,7 @@ public class ResourceHelper {
try {
process.waitFor();
} catch (InterruptedException e) {
Assert.assertTrue("Command to create symbolic link was interrupted: "+e.toString(),
Assert.assertTrue("Command to create symbolic link was interrupted: "+e.getMessage(),
new File(linkedPath.toOSString()).exists());
}