Page MenuHomePhabricator

tests/LanguageConverterTest.php is broken on "make phpunit", but works on "make tap"
Closed, ResolvedPublic

Description

Author: avarab

Description:
Running "make phpunit" yield one test failure that "make tap" doesn't show:

  1. LanguageConverterTest::testGetPreferredVariantUserOption

Failed asserting that two strings are equal.

  • Expected

+++ Actual
@@ @@
-tg-latn
+tg

/home/avar/src/mw/trunk/phase3/maintenance/tests/LanguageConverterTest.php:82


Version: unspecified
Severity: enhancement
URL: http://lists.wikimedia.org/pipermail/wikitech-l/2010-February/046663.html

Details

Reference
bz22409

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:52 PM
bzimport set Reference to bz22409.
bzimport added a subscriber: Unknown Object (MLST).

Seems to have been fixed at some point, this is passing for me under both make phpunit and make tap.