[Pkg-owncloud-commits] [owncloud] 61/118: Fixed expected warning count on repair fail
David Prévot
taffit at moszumanska.debian.org
Fri Mar 27 22:13:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit 5ad226cedb3946e10f4097cece9566469d32824f
Author: Vincent Petry <pvince81 at owncloud.com>
Date: Fri Feb 27 13:32:46 2015 +0100
Fixed expected warning count on repair fail
---
tests/lib/repair/repairlegacystorage.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/lib/repair/repairlegacystorage.php b/tests/lib/repair/repairlegacystorage.php
index 6d14a04..4167ddf 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
--
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