From 684057f67b30bb5dbf0a012c2c28ecf47ec74808 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Wed, 21 Apr 2010 16:45:27 -0400
Subject: [PATCH] Fix unit tests to run with changed rcmail class + use own config for tests
---
tests/mailfunc.php | 1 +
tests/runtests.sh | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tests/mailfunc.php b/tests/mailfunc.php
index 755cadc..5a17d31 100644
--- a/tests/mailfunc.php
+++ b/tests/mailfunc.php
@@ -16,6 +16,7 @@
$GLOBALS['RCMAIL'] = $RCMAIL = rcmail::get_instance();
$GLOBALS['OUTPUT'] = $OUTPUT = $RCMAIL->load_gui();
$RCMAIL->action = 'spell';
+ $RCMAIL->imap_init(false);
$IMAP = $RCMAIL->imap;
require_once 'steps/mail/func.inc';
diff --git a/tests/runtests.sh b/tests/runtests.sh
index 04a9a37..aeeea94 100755
--- a/tests/runtests.sh
+++ b/tests/runtests.sh
@@ -27,6 +27,7 @@
if (!defined('INSTALL_PATH')) define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/' );
define('TESTS_DIR', dirname(__FILE__) . '/');
+define('RCMAIL_CONFIG_DIR', TESTS_DIR . 'config');
require_once(SIMPLETEST . 'unit_tester.php');
require_once(SIMPLETEST . 'reporter.php');
--
Gitblit v1.9.1