[Pkg-owncloud-commits] [owncloud] 25/85: fix expectation - same as in master

David Prévot taffit at moszumanska.debian.org
Tue Jun 17 19:12:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch 6.0
in repository owncloud.

commit d17335d7a8fb352c63b64606abd43d2984edbf3e
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Tue May 27 23:44:09 2014 +0200

    fix expectation - same as in master
---
 tests/lib/api.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/lib/api.php b/tests/lib/api.php
index 9c4324e..183b728 100644
--- a/tests/lib/api.php
+++ b/tests/lib/api.php
@@ -29,7 +29,7 @@ class Test_API extends PHPUnit_Framework_TestCase {
 	function dataProviderTestOneResult() {
 		return array(
 			array(100, true),
-			array(101, true),
+			array(101, false),
 			array(997, false),
 		);
 	}

-- 
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