[Groonga-commit] groonga/groonga at 57778df [master] test: modify default value

Back to archive index
Yasuhiro Horimoto null+****@clear*****
Thu Oct 11 09:57:15 JST 2018


Yasuhiro Horimoto	2018-10-11 09:57:15 +0900 (Thu, 11 Oct 2018)

  Revision: 57778df6747c12fa22de0c0d0b804773802652e6
  https://github.com/groonga/groonga/commit/57778df6747c12fa22de0c0d0b804773802652e6

  Merged 6414161: Merge pull request #875 from komainu8/add_cast_loose

  Message:
    test: modify default value
    
    Because it was the same as the default value when nothing was set.

  Modified files:
    test/command/suite/select/function/cast_loose/number_only.expected
    test/command/suite/select/function/cast_loose/number_only.test

  Modified: test/command/suite/select/function/cast_loose/number_only.expected (+1 -1)
===================================================================
--- test/command/suite/select/function/cast_loose/number_only.expected    2018-10-11 09:55:52 +0900 (e0e6a04d0)
+++ test/command/suite/select/function/cast_loose/number_only.expected    2018-10-11 09:57:15 +0900 (04d22492e)
@@ -5,7 +5,7 @@ load --table Data
 {"_key": "100"}
 ]
 [[0,0.0,0.0],1]
-select Data   --output_columns '_key, cast_loose(Int64, _key, 0)'
+select Data   --output_columns '_key, cast_loose(Int64, _key, 10)'
 [
   [
     0,

  Modified: test/command/suite/select/function/cast_loose/number_only.test (+1 -1)
===================================================================
--- test/command/suite/select/function/cast_loose/number_only.test    2018-10-11 09:55:52 +0900 (c309fb622)
+++ test/command/suite/select/function/cast_loose/number_only.test    2018-10-11 09:57:15 +0900 (b9f8678ba)
@@ -3,4 +3,4 @@ load --table Data
 [
 {"_key": "100"}
 ]
-select Data   --output_columns '_key, cast_loose(Int64, _key, 0)'
+select Data   --output_columns '_key, cast_loose(Int64, _key, 10)'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181011/d027c8b7/attachment-0001.html>


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