Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 303182 - [JUnit] JUnit 4 launcher shows wrong result in case of generated warnings
Summary: [JUnit] JUnit 4 launcher shows wrong result in case of generated warnings
Status: CLOSED DUPLICATE of bug 172256
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.6   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-18 09:14 EST by Dani Megert CLA
Modified: 2010-03-08 06:37 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2010-02-18 09:14:46 EST
I20100217-1031.


package tests;

import junit.framework.TestCase;

public class Teschtli extends TestCase {

	void test1() {
	}
	
	void test2() {
	}
	
	void test3() {
	}
}
Comment 1 Markus Keller CLA 2010-03-08 06:37:01 EST
Another consequence of bug 172256. JUnit 4 uses the same description for all warnings, and there's no way we could keep them apart.

*** This bug has been marked as a duplicate of bug 172256 ***