Opened 12 years ago
Closed 12 years ago
#25118 closed defect (bug) (fixed)
Unit Tests: Restrict locales in test_locale_floats in db.php
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.7 | Priority: | normal |
Severity: | normal | Version: | 3.6 |
Component: | Unit Tests | Keywords: | has-patch |
Focuses: | Cc: |
Description
While running phpunit tests/db.php
from the wordpress-tests project I got the following error:
1) Tests_DB::test_locale_floats constant(): Couldn't find constant LC_PAPER
Apparently I don't have a constant defined on my Linux (Fedora) box called LC_PAPER
. I didn't see that as a possible argument in the setlocale function either.
I would suggest that we verify if a category is an existing constant when we try to set it as a locale.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Related: #19861, [746/tests], [1271/tests].