ZF-10983: Failure Test Zend_Http_UserAgent
Description
Failure in tests Zend_Http_UserAgent_AbstractDeviceTest::testMatchMobile() with HTTP_USER_AGENT => Opera/*. This issue already was fixed in branch release 1.11 with r23584 but is missing fixed in trunk.
Comments
Posted by Ramon Henrique Ornelas (ramon) on 2011-01-22T09:50:59.000+0000
Applied in trunk r23660.
Posted by Adrian Mester (ilogik) on 2011-02-25T06:51:20.000+0000
A lot of the Opera user agents in that test aren't mobile (eg 'Opera/9.99 (Windows NT 5.1; U; pl) Presto/9.9.9'). After patch r23660 (which adds the string 'oper' to $_uaSignatures in Mobile.php), all Opera browsers, including Opera Desktop are recognized as mobile.
See ZF-10764