Community
Participate
Working Groups
Created attachment 235379 [details] Patch adding GoTo Error buttons The attached patch adds the Next/ Previous Error buttons known from the Test Result Details to the Test Result View.
Created attachment 235502 [details] Patch adding fixed GoTo Error buttons
patch applied with changeset: http://git.eclipse.org/c/jubula/org.eclipse.jubula.core.git/commit/?id=47b4708259ef0f4b165e1328a043ca94e90fb898
I have tested (on Windows) that: - The behaviour of the next/previous error buttons in the reporting perspective is unaffected. - Wherever the test result view is opened (via show view), the next and previous error buttons (and the shortcuts Alt+up and +down) are displayed and can be used, regardless of the perspective the view is opened in. - If two test results are open (once from the test result summary view and once via "show view"), then the view with the focus is the one that receives the next/previous error command. However, the new implementation for the test result view differs from the already existing implementation in one way: When only the test result view is present (i.e. the results are not also open via the test result summary view), then if the test result view does not have focus, the buttons are not visible. Selecting the test result view makes the buttons appear again. I see this as a minor aspect that doesn't necessarily have to be fixed before 7.2, but I will enter another ticket for it. One other difference for this implementation is that the test result view can be cleared. In this case, the buttons remain (which I find ok). Pressing them has no effect.
Created bug 417829 to document the behaviour difference.