Navigation Menu

Skip to content

Commit

Permalink
Fix expected error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 28, 2014
1 parent 7919180 commit a62547b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Expand Up @@ -7,7 +7,7 @@
-22,
0.0,
0.0,
"table doesn't exist: <Unknown>"
"table not found: <Unknown>"
],
false
]
Expand Down
Expand Up @@ -7,7 +7,7 @@
-22,
0.0,
0.0,
"table doesn't exist: <Unknown>"
"table not found: <Unknown>"
]
]
}
Expand Up @@ -20,7 +20,7 @@
-22,
0.0,
0.0,
"column doesn't exist: <unknown>"
"column not found: <unknown>"
],
false
]
Expand Down
Expand Up @@ -7,7 +7,7 @@
-22,
0.0,
0.0,
"table doesn't exist: <Unknown>"
"table not found: <Unknown>"
],
false
]
Expand Down
Expand Up @@ -20,7 +20,7 @@
-22,
0.0,
0.0,
"column doesn't exist: <unknown>"
"column not found: <unknown>"
],
false
]
Expand Down
Expand Up @@ -7,7 +7,7 @@
-22,
0.0,
0.0,
"table doesn't exist: <Unknown>"
"table not found: <Unknown>"
],
false
]
Expand Down
2 changes: 1 addition & 1 deletion test/command/suite/groonga/delete/unknown-table.expected
Expand Up @@ -7,7 +7,7 @@
-22,
0.0,
0.0,
"table doesn't exist: <Unknown>"
"table not found: <Unknown>"
],
false
]
Expand Down

0 comments on commit a62547b

Please sign in to comment.