[Pkg-owncloud-commits] [owncloud] 11/103: Add logout in share test to avoid nasty side effects
David Prévot
taffit at moszumanska.debian.org
Sun May 31 12:32:33 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v8.0.4RC1
in repository owncloud.
commit 823f2d205deac080693f2dbdbfad686de48ed3ee
Author: Vincent Petry <pvince81 at owncloud.com>
Date: Fri Mar 27 15:54:29 2015 +0100
Add logout in share test to avoid nasty side effects
---
tests/lib/share/share.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/lib/share/share.php b/tests/lib/share/share.php
index 2bc1e32..4353986 100644
--- a/tests/lib/share/share.php
+++ b/tests/lib/share/share.php
@@ -101,6 +101,7 @@ class Test_Share extends \Test\TestCase {
OC_Group::deleteGroup($this->group2);
OC_Group::deleteGroup($this->groupAndUser);
+ $this->logout();
parent::tearDown();
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list