1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

bug 212596: JUnit failures in cdt.managedbuilder.test.suite

added printout of exception
This commit is contained in:
Andrew Gvozdev 2009-10-11 01:30:25 +00:00
parent 3769377fb6
commit c97abde779

View file

@ -252,7 +252,9 @@ public class ManagedProject30MakefileTests extends TestCase {
} else {
fail("could not create the link to " + name);
}
} catch (Exception e) {fail("could not create the link to " + name);}
} catch (Exception e) {
fail("could not create the link to " + name + ": " + e);
}
}
/* (non-Javadoc)