[Groonga-commit] groonga/groonga at 820efc0 [master] test: fix type name

Back to archive index

Kouhei Sutou null+****@clear*****
Thu May 5 21:15:05 JST 2016


Kouhei Sutou	2016-05-05 21:15:05 +0900 (Thu, 05 May 2016)

  New Revision: 820efc06926a5854497c89beb43ea9796e913e66
  https://github.com/groonga/groonga/commit/820efc06926a5854497c89beb43ea9796e913e66

  Message:
    test: fix type name

  Modified files:
    test/command/suite/select/function/string/string_length/ascii.expected
    test/command/suite/select/function/string/string_length/invalid.expected
    test/command/suite/select/function/string/string_length/multibyte.expected
    test/command/suite/select/function/vector/vector_size/reference_vector.expected
    test/command/suite/select/function/vector/vector_size/vector.expected

  Modified: test/command/suite/select/function/string/string_length/ascii.expected (+1 -1)
===================================================================
--- test/command/suite/select/function/string/string_length/ascii.expected    2016-05-05 20:57:35 +0900 (d75d634)
+++ test/command/suite/select/function/string/string_length/ascii.expected    2016-05-05 21:15:05 +0900 (fa4d550)
@@ -26,7 +26,7 @@ select Memos   --output_columns '_key, string_length(_key)'   --command_version
         ],
         [
           "string_length",
-          "Object"
+          "null"
         ]
       ],
       [

  Modified: test/command/suite/select/function/string/string_length/invalid.expected (+1 -1)
===================================================================
--- test/command/suite/select/function/string/string_length/invalid.expected    2016-05-05 20:57:35 +0900 (8ea490f)
+++ test/command/suite/select/function/string/string_length/invalid.expected    2016-05-05 21:15:05 +0900 (929ecaf)
@@ -29,7 +29,7 @@ select Ages   --output_columns '_key, string_length(_key)'   --command_version 2
         ],
         [
           "string_length",
-          "Object"
+          "null"
         ]
       ],
       [

  Modified: test/command/suite/select/function/string/string_length/multibyte.expected (+1 -1)
===================================================================
--- test/command/suite/select/function/string/string_length/multibyte.expected    2016-05-05 20:57:35 +0900 (773b17c)
+++ test/command/suite/select/function/string/string_length/multibyte.expected    2016-05-05 21:15:05 +0900 (0a10c94)
@@ -26,7 +26,7 @@ select Memos   --output_columns '_key, string_length(_key)'   --command_version
         ],
         [
           "string_length",
-          "Object"
+          "null"
         ]
       ],
       [

  Modified: test/command/suite/select/function/vector/vector_size/reference_vector.expected (+1 -1)
===================================================================
--- test/command/suite/select/function/vector/vector_size/reference_vector.expected    2016-05-05 20:57:35 +0900 (d5324f8)
+++ test/command/suite/select/function/vector/vector_size/reference_vector.expected    2016-05-05 21:15:05 +0900 (345cf29)
@@ -32,7 +32,7 @@ select Memos   --output_columns 'tags, vector_size(tags)'   --command_version 2
         ],
         [
           "vector_size",
-          "Object"
+          "null"
         ]
       ],
       [

  Modified: test/command/suite/select/function/vector/vector_size/vector.expected (+1 -1)
===================================================================
--- test/command/suite/select/function/vector/vector_size/vector.expected    2016-05-05 20:57:35 +0900 (f1633c4)
+++ test/command/suite/select/function/vector/vector_size/vector.expected    2016-05-05 21:15:05 +0900 (37e7227)
@@ -30,7 +30,7 @@ select Memos   --output_columns 'tags, vector_size(tags)'   --command_version 2
         ],
         [
           "vector_size",
-          "Object"
+          "null"
         ]
       ],
       [
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index