From 74665faec533430be37879bfc0ef24aa7f211f6e Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Sat, 27 Oct 2012 11:22:00 +0200 Subject: exeuting tests now on apps as well - the apps repo shall be cloned into the sub folder apps2 --- tests/enable_all.php | 20 ++++++++++++++++++++ tests/preseed-config.php | 19 +++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 tests/enable_all.php create mode 100644 tests/preseed-config.php (limited to 'tests') diff --git a/tests/enable_all.php b/tests/enable_all.php new file mode 100644 index 00000000000..02e35518d64 --- /dev/null +++ b/tests/enable_all.php @@ -0,0 +1,20 @@ + + * This file is licensed under the Affero General Public License version 3 or + * later. + * See the COPYING-README file. + */ + +require_once __DIR__.'/../lib/base.php'; + +OC_App::enable('calendar'); +OC_App::enable('contacts'); +OC_App::enable('files_archive'); +OC_App::enable('mozilla_sync'); +OC_App::enable('news'); +OC_App::enable('provisioning_api'); +OC_App::enable('user_external'); +OC_App::enable('provisioning_api'); +OC_App::enable('provisioning_api'); + diff --git a/tests/preseed-config.php b/tests/preseed-config.php new file mode 100644 index 00000000000..fbf60ad2e28 --- /dev/null +++ b/tests/preseed-config.php @@ -0,0 +1,19 @@ + false, + 'apps_paths' => + array ( + 0 => + array ( + 'path' => '/home/thomas/Development/owncloud/core/apps', + 'url' => '/apps', + 'writable' => false, + ), + 1 => + array ( + 'path' => '/home/thomas/Development/owncloud/core/apps2', + 'url' => '/apps2', + 'writable' => false, + ) + ), +); -- cgit v1.2.3