From: Trevor Parscal Date: Mon, 5 Mar 2012 23:39:25 +0000 (+0000) Subject: Added unit test for changes in r113105 related to bug #34924 (adding Rekonq to known... X-Git-Tag: 1.31.0-rc.0~24377 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=01d35d78e925bb0a13e4b7082a1f8d2b54be3fee;p=lhc%2Fweb%2Fwiklou.git Added unit test for changes in r113105 related to bug #34924 (adding Rekonq to known browsers list) --- 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++ });