[Groonga-mysql-commit] mroonga/mroonga [master] [test] check encoding availability before mroonga initialization

Back to archive index

null+****@clear***** null+****@clear*****
2012年 3月 4日 (日) 14:14:04 JST


Kouhei Sutou	2012-03-04 14:14:04 +0900 (Sun, 04 Mar 2012)

  New Revision: 85016b1b94b3b6facc737ffc5b9b01f047e6a235

  Log:
    [test] check encoding availability before mroonga initialization
    
    We should deinitialize after we initialize mroonga.

  Modified files:
    test/sql/suite/mroonga_storage/t/fulltext_search_cp932.test
    test/sql/suite/mroonga_storage/t/fulltext_search_eucjpms.test
    test/sql/suite/mroonga_wrapper/t/fulltext_search_cp932.test
    test/sql/suite/mroonga_wrapper/t/fulltext_search_eucjpms.test

  Modified: test/sql/suite/mroonga_storage/t/fulltext_search_cp932.test (+1 -1)
===================================================================
--- test/sql/suite/mroonga_storage/t/fulltext_search_cp932.test    2012-03-03 16:41:15 +0900 (d73c714)
+++ test/sql/suite/mroonga_storage/t/fulltext_search_cp932.test    2012-03-04 14:14:04 +0900 (9437fbb)
@@ -14,8 +14,8 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
---source include/have_mroonga.inc
 --source include/have_cp932.inc
+--source include/have_mroonga.inc
 
 --disable_warnings
 drop table if exists t1, t2, t3;

  Modified: test/sql/suite/mroonga_storage/t/fulltext_search_eucjpms.test (+1 -1)
===================================================================
--- test/sql/suite/mroonga_storage/t/fulltext_search_eucjpms.test    2012-03-03 16:41:15 +0900 (dfa78cc)
+++ test/sql/suite/mroonga_storage/t/fulltext_search_eucjpms.test    2012-03-04 14:14:04 +0900 (9639d0e)
@@ -14,8 +14,8 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
---source include/have_mroonga.inc
 --source include/have_eucjpms.inc
+--source include/have_mroonga.inc
 
 --disable_warnings
 drop table if exists t1, t2, t3;

  Modified: test/sql/suite/mroonga_wrapper/t/fulltext_search_cp932.test (+1 -1)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/fulltext_search_cp932.test    2012-03-03 16:41:15 +0900 (4461453)
+++ test/sql/suite/mroonga_wrapper/t/fulltext_search_cp932.test    2012-03-04 14:14:04 +0900 (30c075f)
@@ -14,8 +14,8 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
---source include/have_mroonga.inc
 --source include/have_cp932.inc
+--source include/have_mroonga.inc
 
 --disable_warnings
 drop table if exists t1, t2, t3;

  Modified: test/sql/suite/mroonga_wrapper/t/fulltext_search_eucjpms.test (+1 -1)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/fulltext_search_eucjpms.test    2012-03-03 16:41:15 +0900 (f746730)
+++ test/sql/suite/mroonga_wrapper/t/fulltext_search_eucjpms.test    2012-03-04 14:14:04 +0900 (0fcdd99)
@@ -14,8 +14,8 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
---source include/have_mroonga.inc
 --source include/have_eucjpms.inc
+--source include/have_mroonga.inc
 
 --disable_warnings
 drop table if exists t1, t2, t3;




Groonga-mysql-commit メーリングリストの案内
Back to archive index