YUKI Hiroshi
null+****@clear*****
Mon Apr 28 18:00:15 JST 2014
YUKI Hiroshi 2014-04-28 18:00:15 +0900 (Mon, 28 Apr 2014) New Revision: a62547b6df8e0a59f56bcba7c9e0d435c85d32fe https://github.com/droonga/droonga-engine/commit/a62547b6df8e0a59f56bcba7c9e0d435c85d32fe Message: Fix expected error messages Modified files: test/command/suite/groonga/column_create/unknown-table.expected test/command/suite/groonga/column_list/unknown-table.expected test/command/suite/groonga/column_remove/unknown-column.expected test/command/suite/groonga/column_remove/unknown-table.expected test/command/suite/groonga/column_rename/unknown-column.expected test/command/suite/groonga/column_rename/unknown-table.expected test/command/suite/groonga/delete/unknown-table.expected Modified: test/command/suite/groonga/column_create/unknown-table.expected (+1 -1) =================================================================== --- test/command/suite/groonga/column_create/unknown-table.expected 2014-04-28 17:57:38 +0900 (3c4f046) +++ test/command/suite/groonga/column_create/unknown-table.expected 2014-04-28 18:00:15 +0900 (79c3fca) @@ -7,7 +7,7 @@ -22, 0.0, 0.0, - "table doesn't exist: <Unknown>" + "table not found: <Unknown>" ], false ] Modified: test/command/suite/groonga/column_list/unknown-table.expected (+1 -1) =================================================================== --- test/command/suite/groonga/column_list/unknown-table.expected 2014-04-28 17:57:38 +0900 (14b1b20) +++ test/command/suite/groonga/column_list/unknown-table.expected 2014-04-28 18:00:15 +0900 (b1a22d7) @@ -7,7 +7,7 @@ -22, 0.0, 0.0, - "table doesn't exist: <Unknown>" + "table not found: <Unknown>" ] ] } Modified: test/command/suite/groonga/column_remove/unknown-column.expected (+1 -1) =================================================================== --- test/command/suite/groonga/column_remove/unknown-column.expected 2014-04-28 17:57:38 +0900 (af8e31e) +++ test/command/suite/groonga/column_remove/unknown-column.expected 2014-04-28 18:00:15 +0900 (a202361) @@ -20,7 +20,7 @@ -22, 0.0, 0.0, - "column doesn't exist: <unknown>" + "column not found: <unknown>" ], false ] Modified: test/command/suite/groonga/column_remove/unknown-table.expected (+1 -1) =================================================================== --- test/command/suite/groonga/column_remove/unknown-table.expected 2014-04-28 17:57:38 +0900 (d84d0d5) +++ test/command/suite/groonga/column_remove/unknown-table.expected 2014-04-28 18:00:15 +0900 (28d71df) @@ -7,7 +7,7 @@ -22, 0.0, 0.0, - "table doesn't exist: <Unknown>" + "table not found: <Unknown>" ], false ] Modified: test/command/suite/groonga/column_rename/unknown-column.expected (+1 -1) =================================================================== --- test/command/suite/groonga/column_rename/unknown-column.expected 2014-04-28 17:57:38 +0900 (ee23fa5) +++ test/command/suite/groonga/column_rename/unknown-column.expected 2014-04-28 18:00:15 +0900 (1b6f70e) @@ -20,7 +20,7 @@ -22, 0.0, 0.0, - "column doesn't exist: <unknown>" + "column not found: <unknown>" ], false ] Modified: test/command/suite/groonga/column_rename/unknown-table.expected (+1 -1) =================================================================== --- test/command/suite/groonga/column_rename/unknown-table.expected 2014-04-28 17:57:38 +0900 (21c18d0) +++ test/command/suite/groonga/column_rename/unknown-table.expected 2014-04-28 18:00:15 +0900 (8c70bb6) @@ -7,7 +7,7 @@ -22, 0.0, 0.0, - "table doesn't exist: <Unknown>" + "table not found: <Unknown>" ], false ] Modified: test/command/suite/groonga/delete/unknown-table.expected (+1 -1) =================================================================== --- test/command/suite/groonga/delete/unknown-table.expected 2014-04-28 17:57:38 +0900 (6d23365) +++ test/command/suite/groonga/delete/unknown-table.expected 2014-04-28 18:00:15 +0900 (8eed5b3) @@ -7,7 +7,7 @@ -22, 0.0, 0.0, - "table doesn't exist: <Unknown>" + "table not found: <Unknown>" ], false ] -------------- next part -------------- HTML����������������������������...Download