diff options
author | thomascube <thomas@roundcube.net> | 2012-01-16 15:14:41 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-01-16 15:14:41 +0000 |
commit | c321a955a7b0f6d6b13ffaebf040a6c7091037ae (patch) | |
tree | 60c257d29a726d9bdda7fb75a198342aaef315fa /tests | |
parent | 8764b6ecf0c8d1b0646915a8139cdf6bbac2ca14 (diff) |
Merged devel-framework branch (r5746:5779) back into trunk
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mailfunc.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/mailfunc.php b/tests/mailfunc.php index 2e55d331d..ed637884e 100644 --- a/tests/mailfunc.php +++ b/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'; |