Added unit test for changes in r113105 related to bug #34924 (adding Rekonq to known...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 5 Mar 2012 23:39:25 +0000 (23:39 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 5 Mar 2012 23:39:25 +0000 (23:39 +0000)
tests/qunit/suites/resources/jquery/jquery.client.test.js

index 7be4197..2c0b8e3 100644 (file)
@@ -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++ });