Fix how QUnit.newMwEnvironment merges live and custom settings
authorDaniel Werner <daniel.werner@wikimedia.de>
Mon, 18 Feb 2013 17:51:09 +0000 (18:51 +0100)
committerTimo Tijhof <ttijhof@wikimedia.org>
Thu, 21 Feb 2013 00:53:34 +0000 (01:53 +0100)
commit5a07acd03ccbb2be92ed6cd1471e2f2a256a08b4
tree73d30d35c8180192b6ddfa0a64adc552cc4f6d50
parent1a3cf01a19ddf29bbc5ff9f0830e72916420e3d0
Fix how QUnit.newMwEnvironment merges live and custom settings

We shouldn't merge a live state's setting value with a custom
value anymore as it has been done since I7d20f0b2f4. Doing this
can produce very unpredictable outcome of tests depending on the
server's state and will prevent from being able to properly
define a test's conditions.

Change-Id: I7ad058a45708244918211658b5d4e07f69abba31
tests/qunit/data/testrunner.js