Kouhei Sutou
null+****@clear*****
Wed Feb 19 16:56:29 JST 2014
Kouhei Sutou 2014-02-19 16:56:29 +0900 (Wed, 19 Feb 2014) New Revision: 6e40249726d096f9d4ba10d3ba879ff01de49d21 https://github.com/groonga/groonga/commit/6e40249726d096f9d4ba10d3ba879ff01de49d21 Message: test: follow inspect improving change Modified files: test/command/suite/load/invalid/in_mid_brace/vector.expected test/command/suite/load/invalid/in_mid_bracket/vector.expected Modified: test/command/suite/load/invalid/in_mid_brace/vector.expected (+1 -1) =================================================================== --- test/command/suite/load/invalid/in_mid_brace/vector.expected 2014-02-19 16:39:08 +0900 (853c845) +++ test/command/suite/load/invalid/in_mid_brace/vector.expected 2014-02-19 16:56:29 +0900 (750a1a1) @@ -16,7 +16,7 @@ load --table Users ] [[0,0.0,0.0],1] #|e| <Users.cards>: failed to cast to <UInt8>: <"GARBAGE"> -#|e| [table][load] failed to set column value: <Users.cards>: failed to cast to <UInt8>: <"GARBAGE">: key: <"alice">, column: <cards>, value: <3> +#|e| [table][load] failed to set column value: <Users.cards>: failed to cast to <UInt8>: <"GARBAGE">: key: <"alice">, column: <cards>, value: <[1, "GARBAGE", 3]> select Users [ [ Modified: test/command/suite/load/invalid/in_mid_bracket/vector.expected (+1 -1) =================================================================== --- test/command/suite/load/invalid/in_mid_bracket/vector.expected 2014-02-19 16:39:08 +0900 (7df5b98) +++ test/command/suite/load/invalid/in_mid_bracket/vector.expected 2014-02-19 16:56:29 +0900 (c5e92ef) @@ -17,7 +17,7 @@ load --table Users ] [[0,0.0,0.0],1] #|e| <Users.cards>: failed to cast to <UInt8>: <"GARBAGE"> -#|e| [table][load] failed to set column value: <Users.cards>: failed to cast to <UInt8>: <"GARBAGE">: key: <"alice">, column: <Users.cards>, value: <3> +#|e| [table][load] failed to set column value: <Users.cards>: failed to cast to <UInt8>: <"GARBAGE">: key: <"alice">, column: <Users.cards>, value: <[1, "GARBAGE", 3]> select Users [ [ -------------- next part -------------- HTML����������������������������...Download