From 87a2f686f0c0477a33ffe563321cc3eda89e021f Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Fri, 24 Jun 2011 14:46:37 -0400
Subject: [PATCH] - Fix contacts copying (#1487967)

---
 tests/runtests.sh |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/tests/runtests.sh b/tests/runtests.sh
index 04a9a37..f6f9ee8 100755
--- a/tests/runtests.sh
+++ b/tests/runtests.sh
@@ -5,8 +5,8 @@
  +-----------------------------------------------------------------------+
  | tests/runtests.sh                                                     |
  |                                                                       |
- | This file is part of the RoundCube Webmail client                     |
- | Copyright (C) 2009, RoundCube Dev. - Switzerland                      |
+ | This file is part of the Roundcube Webmail client                     |
+ | Copyright (C) 2009, The Roundcube Dev Team                            |
  | Licensed under the GNU GPL                                            |
  |                                                                       |
  | PURPOSE:                                                              |
@@ -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');
@@ -41,7 +42,7 @@
   $testfiles = glob(TESTS_DIR . '*.php');
 }
 
-$test = new TestSuite('RoundCube unit tests');
+$test = new TestSuite('Roundcube unit tests');
 $reporter = new TextReporter();
 
 foreach ($testfiles as $fn) {

--
Gitblit v1.9.1