[Groonga-commit] groonga/groonga [master] [test] omit tests for unimplemented features.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 9月 24日 (土) 18:22:05 JST


Kouhei Sutou	2011-09-24 09:22:05 +0000 (Sat, 24 Sep 2011)

  New Revision: 3d6b37aed9b0455e17eb772ccd012ff25d73ddf3

  Log:
    [test] omit tests for unimplemented features.

  Modified files:
    test/unit/core/test-table-hook.c
    test/unit/core/test-table-sort-geo.c

  Modified: test/unit/core/test-table-hook.c (+1 -0)
===================================================================
--- test/unit/core/test-table-hook.c    2011-09-24 09:21:48 +0000 (1b36071)
+++ test/unit/core/test-table-hook.c    2011-09-24 09:22:05 +0000 (6433167)
@@ -160,6 +160,7 @@ test_old_value_zero(void)
   grn_id id;
   GList *expected_keys, *actual_keys = NULL;
 
+  cut_omit("null value support is required.");
   create_int32_table(" [0],\n"
                      " [1],\n"
                      " [2],\n"

  Modified: test/unit/core/test-table-sort-geo.c (+3 -0)
===================================================================
--- test/unit/core/test-table-sort-geo.c    2011-09-24 09:21:48 +0000 (4981739)
+++ test/unit/core/test-table-sort-geo.c    2011-09-24 09:22:05 +0000 (59bce91)
@@ -303,6 +303,9 @@ test_near_geo_point(gpointer data)
   GRN_OBJ_FIN(context, &base_string);
 
   offset = gcut_data_get_int(data, "offset");
+  if (offset > 0) {
+    cut_omit("geo sort doesn't support offset yet.");
+  }
   limit = gcut_data_get_int(data, "limit");
   keys[0].key = column;
   keys[0].flags = GRN_TABLE_SORT_GEO;




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