[wp-trac] [WordPress Trac] #40535: Tests_DB::test_locale_floats() cannot be tested on Travis
WordPress Trac
noreply at wordpress.org
Sat Apr 22 21:19:12 UTC 2017
#40535: Tests_DB::test_locale_floats() cannot be tested on Travis
------------------------------+------------------------------
Reporter: johnbillion | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Build/Test Tools | Version:
Severity: normal | Keywords: needs-unit-tests
Focuses: |
------------------------------+------------------------------
The `Tests_DB::test_locale_floats()` test relies on one of the following
locales to be available:
* ru_RU.utf8
* fr_FR.utf8
* de_DE.utf8
* es_ES.utf8
However none of these locales are installed on the environment used by
Travis, so the test is skipped. The following locales are available, but
they're all English:
* en_AG.utf8
* en_AU.utf8
* en_BW.utf8
* en_CA.utf8
* en_DK.utf8
* en_GB.utf8
* en_HK.utf8
* en_IE.utf8
* en_IN.utf8
* en_NG.utf8
* en_NZ.utf8
* en_PH.utf8
* en_SG.utf8
* en_US.utf8
* en_ZA.utf8
* en_ZM.utf8
* en_ZW.utf8
The test was introduced in #19861.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/40535>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list