Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[p2-dev] fixes important for testing

There are two UI bugs that we are fixing for M5.
I prepared fixes today rather than tomorrow because they actually imrpove our test coverage. Please load the p2 UI from HEAD and patch your test SDK if you are still testing automatic updates and revert.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=262543
Automatic updates were being checked but not presented due to this bug. The fix restores the correct behavior.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=262065
Revert errors were being swallowed to the LOG.
The fix also reports them in a dialog, which makes it easier to know that revert failed and why.


Back to the top