This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 61714 - NO TEST RUN message when all tests passed
Summary: NO TEST RUN message when all tests passed
Status: VERIFIED DUPLICATE of bug 61479
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Marian Petras
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2005-08-03 09:59 UTC by pzajac
Modified: 2005-09-05 10:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2005-08-03 09:59:55 UTC
Steps to reproduce:
------------------
1)Create a java Test from template with test which pass. 
2)Run the created test

This  message will be shown:
SUCCESS!  
NO TEST RUN

Test was run but message is not appropriate. Show the test statistics than the
message (NO TEST RUN). Because the user is confused.
Comment 1 Marian Petras 2005-08-03 10:52:50 UTC
Confirmed, accepted.

It seems to be dependant on threading of a concrete computer. That's why it
worked for me. I am currently rewriting the JUnit output window so I will make
sure this bug does not appear in the new implementation.
Comment 2 Max Sauer 2005-08-03 15:56:32 UTC
I can reproduce it in 200508021800, JDK 1.5.0_05 fcs b03, solaris10/sparc.
Comment 3 Marian Petras 2005-08-16 15:17:56 UTC
This is a duplicate of bug #61479. It is fixed now.

*** This issue has been marked as a duplicate of 61479 ***
Comment 4 pzajac 2005-08-31 14:39:41 UTC
v