[Pkg-owncloud-commits] [owncloud] 423/457: Adjust NullCache tests

David Prévot taffit at moszumanska.debian.org
Sun Jun 28 20:07:00 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 fffef529ee60de1123f9fba11385a36697637dce
Author: Lukas Reschke <lukas at owncloud.com>
Date:   Mon Jun 15 19:16:48 2015 +0200

    Adjust NullCache tests
---
 tests/lib/server.php | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tests/lib/server.php b/tests/lib/server.php
index 9d45d06..f2971fe 100644
--- a/tests/lib/server.php
+++ b/tests/lib/server.php
@@ -98,9 +98,7 @@ class Server extends \Test\TestCase {
 
 			['NavigationManager', '\OC\NavigationManager'],
 			['NavigationManager', '\OCP\INavigationManager'],
-			['NullCache', '\OC\Memcache\NullCache'],
-			['NullCache', '\OC\Memcache\Cache'],
-			['NullCache', '\OCP\IMemcache'],
+			['UserCache', '\OC\Cache\File'],
 
 			['OcsClient', '\OC\OCSClient'],
 

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