Making WordPress.org

Changeset 5954


Ignore:
Timestamp:
09/21/2017 11:13:39 PM (7 years ago)
Author:
coffee2code
Message:

Browse Happy API: Add unit test item for Android-based user-agent sent by mobile app.

See #1323.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/api.wordpress.org/public_html/core/browse-happy/1.0/tests/phpunit/tests/browse-happy.php

    r5952 r5954  
    159159                'Android Mobile Safari 4.0',
    160160            ],
     161            // #1323
     162            [
     163                'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/45.0.2454.95 Mobile Safari/537.36',
     164                'Android Mobile Safari 4.0',
     165            ],
    161166            [
    162167                'Mozilla/5.0 (iPad; U; CPU iPhone OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B314 Safari/531.21.10',
Note: See TracChangeset for help on using the changeset viewer.