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

Summary: Line separations do not show in "JUnit Test Results"
Product: java Reporter: _ alexlamsl <alexlamsl>
Component: JUnitAssignee: Marian Petras <mpetras>
Status: RESOLVED FIXED    
Severity: blocker Keywords: SIMPLEFIX
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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