[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] [test] check encoding availability before mroonga initialization

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:38:33 JST 2012


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

  New Revision: 85016b1b94b3b6facc737ffc5b9b01f047e6a235
  https://github.com/mroonga/mroonga/commit/85016b1b94b3b6facc737ffc5b9b01f047e6a235

  Merged 16ed2c6: Merge branch 'master' of github.com:mroonga/mroonga

  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;
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index