From: Markus Glaser Date: Sat, 1 Jan 2011 15:52:52 +0000 (+0000) Subject: SimpleSeleniumTest now has its own resources (database and images dir) X-Git-Tag: 1.31.0-rc.0~32926 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=1b7f9fc8b46d4563cc4f18527af2a2f97b7cf2d4;p=lhc%2Fweb%2Fwiklou.git SimpleSeleniumTest now has its own resources (database and images dir) --- diff --git a/tests/selenium/suites/SimpleSeleniumConfig.php b/tests/selenium/suites/SimpleSeleniumConfig.php index cffa83c4ea..563c7b0f6a 100644 --- a/tests/selenium/suites/SimpleSeleniumConfig.php +++ b/tests/selenium/suites/SimpleSeleniumConfig.php @@ -1,15 +1,22 @@ 'chick' ); + $resources = array( + 'db' => "$IP/tests/selenium/data/SimpleSeleniumTestDB.sql", + 'images' => "$IP/tests/selenium/data/SimpleSeleniumTestImages.zip" + ); + $includeFiles = array_merge( $includeFiles, $includes ); $globalConfigs = array_merge( $globalConfigs, $configs); + $resourceFiles = array_merge( $resourceFiles, $resources ); return true; } } \ No newline at end of file