[Pkg-owncloud-commits] [owncloud] 30/111: Fix type in unit test
David Prévot
taffit at moszumanska.debian.org
Wed Nov 20 21:38:37 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 5a2d7008667242836b00260da73497849f2d6464
Author: tomneedham <tom at owncloud.com>
Date: Thu Nov 14 01:11:22 2013 +0000
Fix type in unit test
---
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 6cff182..a1f8d24 100644
--- a/tests/lib/api.php
+++ b/tests/lib/api.php
@@ -66,7 +66,7 @@ class Test_API extends PHPUnit_Framework_TestCase {
// Two shipped success results
$result = OC_API::mergeResponses(array(
- $this->buildResponse(true, $data1O),
+ $this->buildResponse(true, $data1),
$this->buildResponse(true, $data2),
));
$this->checkResult($result);
--
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