Navigation Menu

Skip to content

Commit

Permalink
test: follow Groonga 5.0.8 change
Browse files Browse the repository at this point in the history
status command returns "start_time" since Groonga 5.0.8.
  • Loading branch information
kou committed Oct 6, 2015
1 parent 0594d28 commit 97344e9
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions test/test-remote.rb
Expand Up @@ -47,9 +47,18 @@ def test_send
id, result = _context.receive
assert_equal(0, id)
values = JSON.load(result)
assert_equal(["alloc_count", "cache_hit_rate", "command_version",
"default_command_version", "max_command_version",
"n_queries", "starttime", "uptime", "version"],
assert_equal([
"alloc_count",
"cache_hit_rate",
"command_version",
"default_command_version",
"max_command_version",
"n_queries",
"start_time",
"starttime",
"uptime",
"version",
],
values.keys.sort)
end

Expand Down

0 comments on commit 97344e9

Please sign in to comment.