From 1b7f9fc8b46d4563cc4f18527af2a2f97b7cf2d4 Mon Sep 17 00:00:00 2001 From: Markus Glaser Date: Sat, 1 Jan 2011 15:52:52 +0000 Subject: [PATCH] SimpleSeleniumTest now has its own resources (database and images dir) --- tests/selenium/suites/SimpleSeleniumConfig.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 -- 2.20.1