]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix tests 2095/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Sun, 2 Apr 2017 19:41:14 +0000 (21:41 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Tue, 4 Apr 2017 08:29:12 +0000 (10:29 +0200)
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
.drone.yml
.gitignore
build/integration/features/provisioning-v1.feature
core/shipped.json
tests/karma.config.js
tests/lib/App/AppManagerTest.php
tests/phpunit-autotest.xml

index 8d3e3551a6e86cd098ffcfc269f79b280a3c4712..dd4ec40420971423d42b3b1720c88a7362ff5ddf 100644 (file)
@@ -30,7 +30,6 @@ pipeline:
     image: nextcloudci/php7.0:php7.0-7
     commands:
       - ./occ app:check-code admin_audit
-      - ./occ app:check-code bruteforcesettings
       - ./occ app:check-code comments
       - ./occ app:check-code federation
       - ./occ app:check-code sharebymail
index 1e0f53a3c076fb04e1d6f1582e197208c8174f0b..6a8e6723376a733a3b35d21ba94825ae36753fc8 100644 (file)
@@ -38,7 +38,6 @@
 /apps/files_external/3rdparty/irodsphp/prods/tutorials
 /apps/files_external/3rdparty/irodsphp/prods/test*
 /apps/files_external/tests/config.*.php
-!/apps/bruteforcesettings
 
 
 # ignore themes except the example and the README
index 856d17e5c106c4a0046af58f98b8f48d46847864..ad9d901d0515cf0ae40f824ec4094a4a30e56614 100644 (file)
@@ -282,7 +282,6 @@ Feature: provisioning
                Then the OCS status code should be "100"
                And the HTTP status code should be "200"
                And apps returned are
-                       | bruteforcesettings |
                        | comments |
                        | dav |
                        | federatedfilesharing |
index 5bbf79aec8baa64c52777c0d5ed0cac15e1921b6..679e1c7f706adeca2925f0c075d0ccde4660792f 100644 (file)
@@ -42,7 +42,6 @@
     "workflowengine"
   ],
   "alwaysEnabled": [
-    "bruteforcesettings",
     "files",
     "dav",
     "federatedfilesharing",
index f965738872f3da7a022b117de1969794fe930c7a..91052f62cd2fcffd643390a8bb638af0c198725e 100644 (file)
@@ -118,19 +118,6 @@ module.exports = function(config) {
                                        'settings/tests/js/appsSpec.js',
                                        'settings/tests/js/users/deleteHandlerSpec.js'
                                ]
-                       },
-                       {
-                               name: 'bruteforcesettings',
-                               srcFiles: [
-                                       // need to enforce loading order...
-                                       'apps/bruteforcesettings/js/IPWhitelistModel.js',
-                                       'apps/bruteforcesettings/js/IPWhitelistCollection.js',
-                                       'apps/bruteforcesettings/js/IPWhitelistView.js',
-                                       'apps/bruteforcesettings/js/IPWhitelist.js',
-                               ],
-                               testFiles: [
-                                       'apps/bruteforcesettings/tests/js/IPWhitelistSpec.js'
-                               ]
                        }
                ];
        }
index 26489cb5b0f8f147d0e3f4007046818c7e1fa758..bfb2893955f89697c0df70ba70994e6d8e6f0e17 100644 (file)
@@ -329,7 +329,6 @@ class AppManagerTest extends TestCase {
                $this->appConfig->setValue('test2', 'enabled', 'no');
                $this->appConfig->setValue('test3', 'enabled', '["foo"]');
                $apps = [
-                       'bruteforcesettings',
                        'dav',
                        'federatedfilesharing',
                        'files',
@@ -355,7 +354,6 @@ class AppManagerTest extends TestCase {
                $this->appConfig->setValue('test3', 'enabled', '["foo"]');
                $this->appConfig->setValue('test4', 'enabled', '["asd"]');
                $enabled = [
-                       'bruteforcesettings',
                        'dav',
                        'federatedfilesharing',
                        'files',
index 40633aff5aed053d61c134e8d863958235bdb92d..9a9c9c957e374dd8924080295391f2009cd1cb5a 100644 (file)
@@ -21,7 +21,6 @@
                        <directory suffix=".php">..</directory>
                        <exclude>
                                <directory suffix=".php">../3rdparty</directory>
-                               <directory suffix=".php">../apps/bruteforcesettings/tests</directory>
                                <directory suffix=".php">../apps/dav/tests</directory>
                                <directory suffix=".php">../apps/encryption/tests</directory>
                                <directory suffix=".php">../apps/federatedfilesharing/tests</directory>