Making WordPress.org

Changeset 5981


Ignore:
Timestamp:
09/29/2017 07:35:12 PM (6 years ago)
Author:
coffee2code
Message:

Browse Happy API: Add a few more user-agent strings to unit test data.

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

    r5980 r5981  
    2323
    2424            // Android Browser
     25
    2526            [
    2627                'Mozilla/5.0 (Linux; U; Android 2.2; en-us; SGH-T959 Build/FROYO) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1',
     
    2829            ],
    2930            [
     31                'Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; NOOK BNTV250 Build/GINGERBREAD 1.4.3) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Safari/533.1',
     32                'Android Android Browser 4.0',
     33            ],
     34            [
    3035                'Mozilla/5.0 (Linux; U; Android 3.1; en-us; GT-P7510 Build/HMJ37) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13',
    3136                'Android Android Browser 4.0',
     
    3540                'Android Android Browser 4.0',
    3641            ],
     42            [ // on Galaxy SIII
     43                'Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SCH-I535 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30',
     44                'Android Android Browser 4.0',
     45            ],
    3746
    3847            // Camino
     
    6069                'Mozilla/5.0 (Linux; Android 4.4.2; ASUS_T00J Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36',
    6170                'Android Chrome 30.0.0.0',
     71            ],
     72            [ // on Galaxy SIII
     73                'Mozilla/5.0 (Linux; Android 4.3; SGH-I747M Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Mobile Safari/537.36',
     74                'Android Chrome 32.0.1700.99',
    6275            ],
    6376            [ // #1323
Note: See TracChangeset for help on using the changeset viewer.