summaryrefslogtreecommitdiffstats
path: root/tests/lib
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-02-27 13:32:46 +0100
committerVincent Petry <pvince81@owncloud.com>2015-02-27 13:32:46 +0100
commit1750e7b76d9e625bb94c5599bb6fa713a3441bfc (patch)
tree0a118b599137c38d6415c56818ea7e4e3840cd4a /tests/lib
parent32c9139ac22788d9020ff964de5cb8f014a73702 (diff)
downloadnextcloud-server-1750e7b76d9e625bb94c5599bb6fa713a3441bfc.tar.gz
nextcloud-server-1750e7b76d9e625bb94c5599bb6fa713a3441bfc.zip
Fixed expected warning count on repair fail
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/repair/repairlegacystorage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/repair/repairlegacystorage.php b/tests/lib/repair/repairlegacystorage.php
index 6d14a045c0c..4167ddff85a 100644
--- a/tests/lib/repair/repairlegacystorage.php
+++ b/tests/lib/repair/repairlegacystorage.php
@@ -191,7 +191,7 @@ class TestRepairLegacyStorages extends \Test\TestCase {
$this->repair->run();
- $this->assertEquals(1, count($this->warnings));
+ $this->assertEquals(2, count($this->warnings));
$this->assertEquals('Could not repair legacy storage ', substr(current($this->warnings), 0, 32));
// storages left alone