diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-06-01 20:42:32 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-06-01 20:42:32 +0200 |
commit | ac984800282251c7e9d2f9c4c41a7591b3e753c5 (patch) | |
tree | bff4a127074c40b126a208ffb4cb9d10705a22bf /tests/phpunit-autotest.xml | |
parent | 01a241f71129c3980619f3981d3f7903c1a4cee8 (diff) | |
download | nextcloud-server-ac984800282251c7e9d2f9c4c41a7591b3e753c5.tar.gz nextcloud-server-ac984800282251c7e9d2f9c4c41a7591b3e753c5.zip |
Fix phpunit xml
Rename/remove obsolete paths
Diffstat (limited to 'tests/phpunit-autotest.xml')
-rw-r--r-- | tests/phpunit-autotest.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml index 18d40d86ef7..2bf3ca3cf9d 100644 --- a/tests/phpunit-autotest.xml +++ b/tests/phpunit-autotest.xml @@ -22,15 +22,12 @@ <directory suffix=".php">../apps/files/l10n</directory> <directory suffix=".php">../apps/files_external</directory> <directory suffix=".php">../apps/files_versions/l10n</directory> - <directory suffix=".php">../apps/files_encryption/l10n</directory> - <directory suffix=".php">../apps/files_encryption/3rdparty</directory> + <directory suffix=".php">../apps/encryption/l10n</directory> <directory suffix=".php">../apps/files_sharing/l10n</directory> <directory suffix=".php">../apps/files_trashbin/l10n</directory> <directory suffix=".php">../apps/user_ldap/l10n</directory> <directory suffix=".php">../apps/user_webdavauth/l10n</directory> - <directory suffix=".php">../provisioning_api/l10n</directory> - <directory suffix=".php">../provisioning_api/tests</directory> - <directory suffix=".php">../lib/MDB2</directory> + <directory suffix=".php">../apps/provisioning_api/tests</directory> <directory suffix=".php">../lib/l10n</directory> <directory suffix=".php">../core/l10n</directory> <directory suffix=".php">../settings/l10n</directory> |