You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Obvious from looking at oss.yml why this is so, but I have what I believe to be a legitimate user agent string from an old version of Ubuntu that is failing the following test:
deftest_ubuntu_10_device_detectoragent_string='Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Ubuntu/10.10 Chromium/10.0.648.133 Chrome/10.0.648.133 Safari/534.16'uap=UserAgentParser::Parser.new.parse(agent_string)assert_equal'Ubuntu 10.10',uap.os.to_s# UAP seemingly has rules to match thisdd=DeviceDetector.new(agent_string)assert_equal'Ubuntu',dd.os_nameend
Obvious from looking at oss.yml why this is so, but I have what I believe to be a legitimate user agent string from an old version of Ubuntu that is failing the following test:
Test output:
The text was updated successfully, but these errors were encountered: