[Groonga-commit] groonga/groonga [master] [test] enable truncate tests. refs #892

Back to archive index

null+****@clear***** null+****@clear*****
2011年 11月 7日 (月) 11:22:12 JST


Kouhei Sutou	2011-11-07 02:22:12 +0000 (Mon, 07 Nov 2011)

  New Revision: aefd9800308fce30416772f0565fbdddde3a25f9

  Log:
    [test] enable truncate tests. refs #892

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

  Modified: test/unit/core/test-command-truncate.c (+0 -2)
===================================================================
--- test/unit/core/test-command-truncate.c    2011-11-07 02:13:41 +0000 (4b5ae88)
+++ test/unit/core/test-command-truncate.c    2011-11-07 02:22:12 +0000 (550dc20)
@@ -107,8 +107,6 @@ test_no_columns(void)
 void
 test_have_columns(void)
 {
-  cut_omit("This test is failed. See #892.");
-
   assert_send_command("table_create Users TABLE_PAT_KEY ShortText");
   assert_send_command("column_create Users name COLUMN_SCALAR ShortText");
   assert_send_command("load --table Users\n"

  Modified: test/unit/core/test-table.c (+0 -2)
===================================================================
--- test/unit/core/test-table.c    2011-11-07 02:13:41 +0000 (e8a1029)
+++ test/unit/core/test-table.c    2011-11-07 02:22:12 +0000 (7e6e9e8)
@@ -466,8 +466,6 @@ test_array_truncate(void)
   gchar *value_type_name = "value_type";
   grn_obj *value_type;
 
-  cut_omit("grn_table_truncate() is still buggy.");
-
   value_type = grn_type_create(context,
                                value_type_name, strlen(value_type_name),
                                0, sizeof(value));




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