[Groonga-commit] groonga/groonga at 8a89bf2 [master] test: fix load/max/uint8

Back to archive index

Susumu Yata null+****@clear*****
Mon Jul 3 00:41:49 JST 2017


Susumu Yata	2017-07-03 00:41:49 +0900 (Mon, 03 Jul 2017)

  New Revision: 8a89bf20f0f856feec9a28a46f3c71e3a5ea247e
  https://github.com/groonga/groonga/commit/8a89bf20f0f856feec9a28a46f3c71e3a5ea247e

  Message:
    test: fix load/max/uint8

  Modified files:
    test/command/suite/load/max/uint8.expected
    test/command/suite/load/max/uint8.test

  Modified: test/command/suite/load/max/uint8.expected (+3 -3)
===================================================================
--- test/command/suite/load/max/uint8.expected    2017-07-03 00:10:29 +0900 (41e8c05)
+++ test/command/suite/load/max/uint8.expected    2017-07-03 00:41:49 +0900 (fa1edd6)
@@ -1,11 +1,11 @@
 table_create Values TABLE_NO_KEY
 [[0,0.0,0.0],true]
-column_create Values value COLUMN_SCALAR Int8
+column_create Values value COLUMN_SCALAR UInt8
 [[0,0.0,0.0],true]
 load --table Values
 [
-{"value": 127}
+{"value": 255}
 ]
 [[0,0.0,0.0],1]
 select Values --output_columns _id,value
-[[0,0.0,0.0],[[[1],[["_id","UInt32"],["value","Int8"]],[1,127]]]]
+[[0,0.0,0.0],[[[1],[["_id","UInt32"],["value","UInt8"]],[1,255]]]]

  Modified: test/command/suite/load/max/uint8.test (+2 -2)
===================================================================
--- test/command/suite/load/max/uint8.test    2017-07-03 00:10:29 +0900 (1a33232)
+++ test/command/suite/load/max/uint8.test    2017-07-03 00:41:49 +0900 (439c682)
@@ -1,9 +1,9 @@
 table_create Values TABLE_NO_KEY
-column_create Values value COLUMN_SCALAR Int8
+column_create Values value COLUMN_SCALAR UInt8
 
 load --table Values
 [
-{"value": 127}
+{"value": 255}
 ]
 
 select Values --output_columns _id,value
-------------- next part --------------
HTML����������������������������...
Download 



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