[Groonga-commit] groonga/groonga [master] [test][table] set missing domain.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 9月 1日 (木) 13:22:19 JST


Kouhei Sutou	2011-09-01 04:22:19 +0000 (Thu, 01 Sep 2011)

  New Revision: 7890bdcd317f893a26bb639e182313caf564efb0

  Log:
    [test][table] set missing domain.

  Modified files:
    test/unit/core/test-table.c

  Modified: test/unit/core/test-table.c (+1 -1)
===================================================================
--- test/unit/core/test-table.c    2011-09-01 04:17:32 +0000 (8e36ef7)
+++ test/unit/core/test-table.c    2011-09-01 04:22:19 +0000 (e8a1029)
@@ -112,7 +112,7 @@ test_array_set_data(void)
                            NULL, value_type);
   record_id = grn_table_add(context, table, NULL, 0, NULL);
 
-  record_value = grn_obj_open(context, GRN_BULK, 0, 0);
+  record_value = grn_obj_open(context, GRN_BULK, 0, GRN_DB_TEXT);
   grn_bulk_write(context, record_value, value, sizeof(value));
   grn_test_assert(grn_obj_set_value(context, table, record_id,
                                     record_value, GRN_OBJ_SET));




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