Kouhei Sutou
null+****@clear*****
Tue Jan 24 16:00:21 JST 2017
Kouhei Sutou 2017-01-24 16:00:21 +0900 (Tue, 24 Jan 2017) New Revision: 48e0f3b11f64c190ec7d74b757beb7c05b6bcbb2 https://github.com/groonga/groonga/commit/48e0f3b11f64c190ec7d74b757beb7c05b6bcbb2 Message: test: fix a typo Modified files: test/command/suite/select/drilldowns/sort_keys/invalid/nonexistent/column.expected test/command/suite/select/drilldowns/sort_keys/invalid/nonexistent/column.test test/command/suite/select/drilldowns/sort_keys/invalid/nonexistent/with_valid_drilldown.expected test/command/suite/select/drilldowns/sort_keys/invalid/nonexistent/with_valid_drilldown.test Modified: test/command/suite/select/drilldowns/sort_keys/invalid/nonexistent/column.expected (+3 -3) =================================================================== --- test/command/suite/select/drilldowns/sort_keys/invalid/nonexistent/column.expected 2017-01-24 15:55:44 +0900 (ad7d5a1) +++ test/command/suite/select/drilldowns/sort_keys/invalid/nonexistent/column.expected 2017-01-24 16:00:21 +0900 (8e7299e) @@ -14,7 +14,7 @@ load --table Memos {"_key": "Rroonga is fast!", "tag": "Rroonga", "value": 80} ] [[0,0.0,0.0],4] -select Memos --drilldowns[tag].keys tag --drilldowns[tag].output_columns _key --drilldowns[tag].sort_keys noexistent +select Memos --drilldowns[tag].keys tag --drilldowns[tag].output_columns _key --drilldowns[tag].sort_keys nonexistent [ [ [ @@ -22,7 +22,7 @@ select Memos --drilldowns[tag].keys tag --drilldowns[tag].output_columns _ke 0.0, 0.0 ], - "invalid sort key: <noexistent>: table:<(anonymous)> keys:<noexistent>" + "invalid sort key: <nonexistent>: table:<(anonymous)> keys:<nonexistent>" ], [ [ @@ -76,4 +76,4 @@ select Memos --drilldowns[tag].keys tag --drilldowns[tag].output_columns _ke } ] ] -#|w| invalid sort key: <noexistent>: table:<(anonymous)> keys:<noexistent> +#|w| invalid sort key: <nonexistent>: table:<(anonymous)> keys:<nonexistent> Modified: test/command/suite/select/drilldowns/sort_keys/invalid/nonexistent/column.test (+1 -1) =================================================================== --- test/command/suite/select/drilldowns/sort_keys/invalid/nonexistent/column.test 2017-01-24 15:55:44 +0900 (1a997bb) +++ test/command/suite/select/drilldowns/sort_keys/invalid/nonexistent/column.test 2017-01-24 16:00:21 +0900 (74d0e76) @@ -12,4 +12,4 @@ load --table Memos select Memos \ --drilldowns[tag].keys tag \ --drilldowns[tag].output_columns _key \ - --drilldowns[tag].sort_keys noexistent + --drilldowns[tag].sort_keys nonexistent Modified: test/command/suite/select/drilldowns/sort_keys/invalid/nonexistent/with_valid_drilldown.expected (+3 -3) =================================================================== --- test/command/suite/select/drilldowns/sort_keys/invalid/nonexistent/with_valid_drilldown.expected 2017-01-24 15:55:44 +0900 (0784621) +++ test/command/suite/select/drilldowns/sort_keys/invalid/nonexistent/with_valid_drilldown.expected 2017-01-24 16:00:21 +0900 (21400d4) @@ -14,7 +14,7 @@ load --table Memos {"_key": "Rroonga is fast!", "tag": "Rroonga", "value": 80} ] [[0,0.0,0.0],4] -select Memos --drilldowns[tag].keys tag --drilldowns[tag].output_columns _key --drilldowns[tag].sort_keys noexistent --drilldowns[tag2].keys tag +select Memos --drilldowns[tag].keys tag --drilldowns[tag].output_columns _key --drilldowns[tag].sort_keys nonexistent --drilldowns[tag2].keys tag [ [ [ @@ -22,7 +22,7 @@ select Memos --drilldowns[tag].keys tag --drilldowns[tag].output_columns _ke 0.0, 0.0 ], - "invalid sort key: <noexistent>: table:<(anonymous)> keys:<noexistent>" + "invalid sort key: <nonexistent>: table:<(anonymous)> keys:<nonexistent>" ], [ [ @@ -76,4 +76,4 @@ select Memos --drilldowns[tag].keys tag --drilldowns[tag].output_columns _ke } ] ] -#|w| invalid sort key: <noexistent>: table:<(anonymous)> keys:<noexistent> +#|w| invalid sort key: <nonexistent>: table:<(anonymous)> keys:<nonexistent> Modified: test/command/suite/select/drilldowns/sort_keys/invalid/nonexistent/with_valid_drilldown.test (+1 -1) =================================================================== --- test/command/suite/select/drilldowns/sort_keys/invalid/nonexistent/with_valid_drilldown.test 2017-01-24 15:55:44 +0900 (186eb58) +++ test/command/suite/select/drilldowns/sort_keys/invalid/nonexistent/with_valid_drilldown.test 2017-01-24 16:00:21 +0900 (ea05645) @@ -12,5 +12,5 @@ load --table Memos select Memos \ --drilldowns[tag].keys tag \ --drilldowns[tag].output_columns _key \ - --drilldowns[tag].sort_keys noexistent \ + --drilldowns[tag].sort_keys nonexistent \ --drilldowns[tag2].keys tag -------------- next part -------------- HTML����������������������������...Download