From 01d35d78e925bb0a13e4b7082a1f8d2b54be3fee Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Mon, 5 Mar 2012 23:39:25 +0000 Subject: [PATCH] Added unit test for changes in r113105 related to bug #34924 (adding Rekonq to known browsers list) --- .../resources/jquery/jquery.client.test.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/tests/qunit/suites/resources/jquery/jquery.client.test.js b/tests/qunit/suites/resources/jquery/jquery.client.test.js index 7be41971b5..2c0b8e30e4 100644 --- a/tests/qunit/suites/resources/jquery/jquery.client.test.js +++ b/tests/qunit/suites/resources/jquery/jquery.client.test.js @@ -205,6 +205,24 @@ var uas = (function() { ltr: true, rtl: true } + }, + // Bug #34924 + 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.34 (KHTML, like Gecko) rekonq Safari/534.34': { + title: 'Rekonq', + platform: 'Linux i686', + profile: { + "name": "rekonq", + "layout": "webkit", + "layoutVersion": 534, + "platform": "linux", + "version": "534.34", + "versionBase": "534", + "versionNumber": 534.34 + }, + wikiEditor: { + ltr: true, + rtl: true + } } }; $.each( uas, function() { uacount++ }); -- 2.20.1