summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2015-10-15 15:39:38 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-10-16 21:41:51 +0200
commitd749b9a5ac434418a081149ab056a2db4caf9a55 (patch)
tree1070e0b3e8e564e127ca28850d0cfe98c55829e1
parent22c5c19376e4933aa667ca5a684418b29b183979 (diff)
downloadnextcloud-server-d749b9a5ac434418a081149ab056a2db4caf9a55.tar.gz
nextcloud-server-d749b9a5ac434418a081149ab056a2db4caf9a55.zip
Fix rename shared versions test
-rw-r--r--apps/files_versions/tests/versions.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/files_versions/tests/versions.php b/apps/files_versions/tests/versions.php
index 00d2b75b7a9..2979de2ac98 100644
--- a/apps/files_versions/tests/versions.php
+++ b/apps/files_versions/tests/versions.php
@@ -301,11 +301,10 @@ class Test_Files_Versioning extends \Test\TestCase {
// execute rename hook of versions app
\OC\Files\Filesystem::rename('/folder1/test.txt', '/folder1/folder2/test.txt');
-
- self::loginHelper(self::TEST_VERSIONS_USER2);
-
$this->runCommands();
+ self::loginHelper(self::TEST_VERSIONS_USER);
+
$this->assertFalse($this->rootView->file_exists($v1));
$this->assertFalse($this->rootView->file_exists($v2));