[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-239-g593e1e1
? sunnavy
sunnavy at bestpractical.com
Tue Nov 2 00:59:49 EDT 2010
The branch, 3.9-trunk has been updated
via 593e1e1ca35198eda05966ba25d92c45479a45d7 (commit)
from 31ebb1ed4cb114a684da537f69575e024dde1d1c (commit)
Summary of changes:
t/api/tickets_overlay_sql.t | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 593e1e1ca35198eda05966ba25d92c45479a45d7
Author: sunnavy <sunnavy at bestpractical.com>
Date: Tue Nov 2 12:58:57 2010 +0800
need FullTextSearch enabled
diff --git a/t/api/tickets_overlay_sql.t b/t/api/tickets_overlay_sql.t
index 954b5a4..7bcedd1 100644
--- a/t/api/tickets_overlay_sql.t
+++ b/t/api/tickets_overlay_sql.t
@@ -1,6 +1,6 @@
use RT;
-use RT::Test tests => 7;
+use RT::Test tests => 7, config => 'Set( %FullTextSearch, Enable => 1 );';
{
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list