[Rt-commit] rt branch, 4.0/fts-mysql-multiple-queries, updated. rt-4.0.4-280-g0e04cd4

? sunnavy sunnavy at bestpractical.com
Mon Feb 6 21:28:48 EST 2012


The branch, 4.0/fts-mysql-multiple-queries has been updated
       via  0e04cd4861159f1231d82ab492048a9a443d9913 (commit)
      from  221b7b1aac34aa3222f5ff3547b37dcd1161b249 (commit)

Summary of changes:
 t/fts/indexed_mysql.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 0e04cd4861159f1231d82ab492048a9a443d9913
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Tue Feb 7 10:15:29 2012 +0800

    tests number fix

diff --git a/t/fts/indexed_mysql.t b/t/fts/indexed_mysql.t
index c8d4c0f..5a1e4fd 100644
--- a/t/fts/indexed_mysql.t
+++ b/t/fts/indexed_mysql.t
@@ -14,7 +14,7 @@ $sphinx{'indexer'} = RT::Test->find_executable('indexer');
 plan skip_all => "No searchd and indexer under PATH"
     unless $sphinx{'searchd'} && $sphinx{'indexer'};
 
-plan tests => 25;
+plan tests => 22;
 
 RT->Config->Set( FullTextSearch => Enable => 1, Indexed => 1, Table => 'AttachmentsIndex', MaxMatches => 1000 );
 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list