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 72521 - Line separations do not show in "JUnit Test Results"
Summary: Line separations do not show in "JUnit Test Results"
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marian Petras
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2006-02-10 13:39 UTC by _ alexlamsl
Modified: 2007-02-19 14:46 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 _ alexlamsl 2006-02-10 13:39:48 UTC
Expected (as shown in the output window):

-----------
WholeNumber
-----------
BigInteger (MT): 1.4380000000000002
WholeNumber (MT): 1.968
Empty loop: 0.0
BigInteger: 0.282
Empty loop: 0.0
WholeNumber: 0.14
parity
signum
mod
gcd
lcm
constants
--------------
RationalNumber
--------------
times
Rational from BigInteger: 5.719
Rational from double: 0.10922
plus
Rational from BigInteger: 18.312
Rational from double: 0.09407
signum
constants
-------------
ComplexNumber
-------------
times
Rational from BigInteger: 200.78
Rational from double: 1.4485
plus
Rational from BigInteger: 46.09
Rational from double: 0.3891
constants
----------
RealNumber
----------
times
Rational from BigInteger: 8.531
Rational from double: 0.35906
plus
Rational from BigInteger: 30.875
Rational from double: 0.22672
signum
constants
variables
uncertainty
1.1110484065861269507E-44 ~ 6.5191617629890581078E-52
1.1110482860119486338E-44 ~ 5.3455294201843912923E-51
8498, 8644; 8498, 8644
27, 174; 27, 174


Actual output in the "JUnit Test Results" window:

WholeNumber
BigInteger (MT): 1.4380000000000002
WholeNumber (MT): 1.968
Empty loop: 0.0
BigInteger: 0.282
Empty loop: 0.0
WholeNumber: 0.14
parity
signum
mod
gcd
lcm
constants
RationalNumber
times
Rational from BigInteger: 5.719
Rational from double: 0.10922
plus
Rational from BigInteger: 18.312
Rational from double: 0.09407
signum
constants
ComplexNumber
times
Rational from BigInteger: 200.78
Rational from double: 1.4485
plus
Rational from BigInteger: 46.09
Rational from double: 0.3891
constants
RealNumber
times
Rational from BigInteger: 8.531
Rational from double: 0.35906
plus
Rational from BigInteger: 30.875
Rational from double: 0.22672
signum
constants
variables
uncertainty
1.1110484065861269507E-44 ~ 6.5191617629890581078E-52
1.1110482860119486338E-44 ~ 5.3455294201843912923E-51
8498, 8644; 8498, 8644
27, 174; 27, 174
Comment 1 Marian Petras 2006-07-10 09:59:31 UTC
Confirmed, accepted.
Comment 2 Marian Petras 2007-02-19 14:46:34 UTC
Fixed in the trunk.

Modified file:
   junit/src/org/netbeans/modules/junit/output/JUnitOutputReader.java   (1.32)

Diff:
http://junit.netbeans.org/source/browse/junit/src/org/netbeans/modules/junit/output/JUnitOutputReader.java?r1=1.31&r2=1.32&diff_format=u