| Summary: | [junit] Inconsistent labels in JUnit view | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Martin Aeschlimann <martinae> | ||||||||
| Component: | UI | Assignee: | Markus Keller <markus.kell.r> | ||||||||
| Status: | VERIFIED FIXED | QA Contact: | |||||||||
| Severity: | normal | ||||||||||
| Priority: | P3 | CC: | daniel_megert, darin.eclipse, markus.kell.r, philippe_mulet | ||||||||
| Version: | 3.2 | ||||||||||
| Target Milestone: | 3.2 RC4 | ||||||||||
| Hardware: | PC | ||||||||||
| OS: | Windows XP | ||||||||||
| Whiteboard: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Martin Aeschlimann
Created attachment 40757 [details] Fix Patch fixes all items except for: - Show number of ignored test count in header That one is better fixed with bug 140551, since it requires the same changes to access the ignored state. Agree on comment 1. Otherwise the two patches get a dependency. Let's keep it simple. Note, patch should use 'Test runner:' not 'Test Runner:' Created attachment 40913 [details]
Fix 2
Fixes 'Runner -> runner' as well.
+1 for 3.2 RC4 Darin and Philippe, do you support these changes? The fix is low risk. Only minor label changes with the exception of adding the runner kind name to the top hierarchy node: This saves the user some trouble when launching with the wrong test kind (JUnit 3 / JUnit 4): Then you might only get a subset of tests ran instead of all, but it isn't clear why. See bug 140553. +1 for 3.2RC4 Created attachment 40996 [details]
Simpler with less code duplication
Approving the fix for 3.2 RC4. You can either release your patch or consider my suggested simpler version which removes code duplication and also replaces three casts into a local variable.
released Dani's patch > 20060511 Changed label addition in tooltip and for first element in tree from [JUnit 4] to [Runner: JUnit 4]. verifying for N20060511-0010 verified for I20060511-0800 (not for N20060511-0010) |