#12277 closed defect (bug) (duplicate)
Test-Suite: Cross-Plattform portability: No Color Codes in Windows Shell
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Unit Tests | Keywords: | has-patch tested |
Focuses: | Cc: |
Description
The Windows Shell does not provide any colors. Well to be more precise it does support colors but not the way PHPUnit_TextUI_ResultPrinter
handles them.
A fix is to not output color-codes on windows.
Attachments (2)
Change History (12)
#1
@
15 years ago
- Keywords tested added
Tested: I had run the suite with this patch applied on windows and it worked as intended.
Testsuite Windows Compability Related: #11867
#3
@
15 years ago
Didn't you wanted to have unit-tests with WP 3.0? This patch would help to get things in order.
#4
@
15 years ago
They're not milestone-dependent... I'm just clearing the 3.0 report. We have a report now specifically for unit tests.
#5
@
15 years ago
Right, I found that one: New Trac Report: {37} Needs Unit Tests
#8
@
15 years ago
- Summary changed from Increase Cross-Plattform portability of the Testsuite: No Color Codes in Windows Shell to Test-Suite: Cross-Plattform portability: No Color Codes in Windows Shell
Note: See
TracTickets for help on using
tickets.
Worked like a charm.