null+****@clear*****
null+****@clear*****
2012年 3月 3日 (土) 16:41:15 JST
Kazuhiko 2012-03-03 16:41:15 +0900 (Sat, 03 Mar 2012)
New Revision: 229ee5c4ca70ba2e466cdba9d9ff316e59ee78f9
Log:
[test] Skip tests if the specified charset is not available.
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 -0)
===================================================================
--- test/sql/suite/mroonga_storage/t/fulltext_search_cp932.test 2012-03-01 20:11:57 +0900 (c1e379f)
+++ test/sql/suite/mroonga_storage/t/fulltext_search_cp932.test 2012-03-03 16:41:15 +0900 (d73c714)
@@ -15,6 +15,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
--source include/have_mroonga.inc
+--source include/have_cp932.inc
--disable_warnings
drop table if exists t1, t2, t3;
Modified: test/sql/suite/mroonga_storage/t/fulltext_search_eucjpms.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_storage/t/fulltext_search_eucjpms.test 2012-03-01 20:11:57 +0900 (8b69e6c)
+++ test/sql/suite/mroonga_storage/t/fulltext_search_eucjpms.test 2012-03-03 16:41:15 +0900 (dfa78cc)
@@ -15,6 +15,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
--source include/have_mroonga.inc
+--source include/have_eucjpms.inc
--disable_warnings
drop table if exists t1, t2, t3;
Modified: test/sql/suite/mroonga_wrapper/t/fulltext_search_cp932.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/fulltext_search_cp932.test 2012-03-01 20:11:57 +0900 (5ca1df5)
+++ test/sql/suite/mroonga_wrapper/t/fulltext_search_cp932.test 2012-03-03 16:41:15 +0900 (4461453)
@@ -15,6 +15,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
--source include/have_mroonga.inc
+--source include/have_cp932.inc
--disable_warnings
drop table if exists t1, t2, t3;
Modified: test/sql/suite/mroonga_wrapper/t/fulltext_search_eucjpms.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/fulltext_search_eucjpms.test 2012-03-01 20:11:57 +0900 (08fc6f2)
+++ test/sql/suite/mroonga_wrapper/t/fulltext_search_eucjpms.test 2012-03-03 16:41:15 +0900 (f746730)
@@ -15,6 +15,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
--source include/have_mroonga.inc
+--source include/have_eucjpms.inc
--disable_warnings
drop table if exists t1, t2, t3;