[Groonga-commit] groonga/groonga at e98f5dc [master] test: follow window function name change

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Wed May 18 08:59:02 JST 2016


Kouhei Sutou	2016-05-18 08:59:02 +0900 (Wed, 18 May 2016)

  New Revision: e98f5dc55f2f92daf72dde1eabb9787891c1ef25
  https://github.com/groonga/groonga/commit/e98f5dc55f2f92daf72dde1eabb9787891c1ef25

  Message:
    test: follow window function name change

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

  Modified: test/unit/core/test-object.c (+1 -1)
===================================================================
--- test/unit/core/test-object.c    2016-05-18 00:30:41 +0900 (b716b9e)
+++ test/unit/core/test-object.c    2016-05-18 08:59:02 +0900 (5a8b1fe)
@@ -640,7 +640,7 @@ data_is_window_function_proc(void)
                  "name", G_TYPE_STRING, name,                           \
                  NULL)
 
-  ADD_DATUM(TRUE, "row_number");
+  ADD_DATUM(TRUE, "record_number");
   ADD_DATUM(FALSE, "geo_in_circle");
 
 #undef ADD_DATUM
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る