r70217 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70216‎ | r70217 | r70218 >
Date:12:01, 31 July 2010
Author:mglaser
Status:ok
Tags:
Comment:
changed selenium settings to load simple selenium test suite instead of a single test
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -3749,9 +3749,9 @@
37503750 */
37513751 $wgEnableSelenium = false;
37523752
3753 -/** List of Selenium test classes. These must be registered with the autoloader. */
3754 -$wgSeleniumTests = array(
3755 - 'SimpleSeleniumTest'
 3753+/** List of Selenium test suites. These must be registered with the autoloader. */
 3754+$wgSeleniumTestSuites = array(
 3755+ 'SimpleSeleniumTestSuite'
37563756 );
37573757
37583758

Status & tagging log