]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add logout in share test to avoid nasty side effects
authorVincent Petry <pvince81@owncloud.com>
Fri, 27 Mar 2015 14:54:29 +0000 (15:54 +0100)
committerVincent Petry <pvince81@owncloud.com>
Fri, 27 Mar 2015 14:54:29 +0000 (15:54 +0100)
tests/lib/share/share.php

index 2bc1e320e5749d8dd1f26b31db04f668543fb97d..43539866508c13216e4c6015f24884db35b2449e 100644 (file)
@@ -101,6 +101,7 @@ class Test_Share extends \Test\TestCase {
                OC_Group::deleteGroup($this->group2);
                OC_Group::deleteGroup($this->groupAndUser);
 
+               $this->logout();
                parent::tearDown();
        }