From 272c49b8ca54267634f94d7fdde7c2c2040df165 Mon Sep 17 00:00:00 2001 From: thomasb Date: Mon, 16 Jan 2012 15:14:41 +0000 Subject: Merged devel-framework branch (r5746:5779) back into trunk git-svn-id: https://svn.roundcube.net/trunk@5781 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/tests/mailfunc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'roundcubemail/tests/mailfunc.php') diff --git a/roundcubemail/tests/mailfunc.php b/roundcubemail/tests/mailfunc.php index 2e55d331d..ed637884e 100644 --- a/roundcubemail/tests/mailfunc.php +++ b/roundcubemail/tests/mailfunc.php @@ -16,8 +16,7 @@ class rcube_test_mailfunc extends UnitTestCase $GLOBALS['RCMAIL'] = $RCMAIL = rcmail::get_instance(); $GLOBALS['OUTPUT'] = $OUTPUT = $RCMAIL->load_gui(); $RCMAIL->action = 'autocomplete'; - $RCMAIL->imap_init(false); - $IMAP = $RCMAIL->imap; + $RCMAIL->storage_init(false); require_once INSTALL_PATH . 'program/steps/mail/func.inc'; -- cgit v1.2.3