Merge pull request #7997 from owncloud/correct-remember-trashbin-state

Correct the remembering of the trashbin app state in encryption test
remotes/origin/ldap_group_count
Bart Visscher 11 years ago
commit 630b5b648f
  1. 6
      apps/files_encryption/tests/share.php

@ -100,11 +100,11 @@ class Test_Encryption_Share extends \PHPUnit_Framework_TestCase {
$this->filename = 'share-tmp.test';
// we don't want to tests with app files_trashbin enabled
\OC_App::disable('files_trashbin');
// remember files_trashbin state
$this->stateFilesTrashbin = OC_App::isEnabled('files_trashbin');
// we don't want to tests with app files_trashbin enabled
\OC_App::disable('files_trashbin');
}
function tearDown() {

Loading…
Cancel
Save