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 226757 - Unexpected characters in test output
Summary: Unexpected characters in test output
Status: RESOLVED DUPLICATE of bug 218851
Alias: None
Product: php
Classification: Unclassified
Component: PHPUnit (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-27 08:27 UTC by Vladimir Riha
Modified: 2013-02-27 10:05 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 Vladimir Riha 2013-02-27 08:27:04 UTC
I have simple test case class with only 1 test method. If I run the test, following is printed to output in IDE:

...
Time: 0 seconds, Memory: 3.50Mb

[][2KOK (1 test, 1 assertion)
[][2K
Generating code coverage report in Clover XML format ... done



In console (Linux console), output is:

...
Time: 0 seconds, Memory: 3.50Mb

OK (1 test, 1 assertion)

Generating code coverage report in Clover XML format ... done



I don't think missing new lines is a big deal (actually it's better w/o them) but notice the 2 "[][2K" (the [] represents square)



Product Version: NetBeans IDE Dev (Build web-main-9983-on-20130227)
Java: 1.7.0_15; Java HotSpot(TM) Client VM 23.7-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_15-b03
System: Linux version 3.2.0-38-generic-pae running on i386; UTF-8; en_US (nb)
Comment 1 Tomas Mysik 2013-02-27 10:05:57 UTC

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