Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
  • Loading branch information
rullzer committed Apr 4, 2017
1 parent e09c386 commit aee2d63
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 20 deletions.
1 change: 0 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion build/integration/features/provisioning-v1.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
1 change: 0 additions & 1 deletion core/shipped.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"workflowengine"
],
"alwaysEnabled": [
"bruteforcesettings",
"files",
"dav",
"federatedfilesharing",
Expand Down
13 changes: 0 additions & 13 deletions tests/karma.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
]
}
];
}
Expand Down
2 changes: 0 additions & 2 deletions tests/lib/App/AppManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ public function testGetInstalledApps() {
$this->appConfig->setValue('test2', 'enabled', 'no');
$this->appConfig->setValue('test3', 'enabled', '["foo"]');
$apps = [
'bruteforcesettings',
'dav',
'federatedfilesharing',
'files',
Expand All @@ -355,7 +354,6 @@ public function testGetAppsForUser() {
$this->appConfig->setValue('test3', 'enabled', '["foo"]');
$this->appConfig->setValue('test4', 'enabled', '["asd"]');
$enabled = [
'bruteforcesettings',
'dav',
'federatedfilesharing',
'files',
Expand Down
1 change: 0 additions & 1 deletion tests/phpunit-autotest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit aee2d63

Please sign in to comment.