Kouhei Sutou
null+****@clear*****
Tue Oct 6 13:16:56 JST 2015
Kouhei Sutou 2015-10-06 13:16:56 +0900 (Tue, 06 Oct 2015) New Revision: 97344e9d8c956f496937499334cc8222e07076fd https://github.com/ranguba/rroonga/commit/97344e9d8c956f496937499334cc8222e07076fd Message: test: follow Groonga 5.0.8 change status command returns "start_time" since Groonga 5.0.8. Modified files: test/test-remote.rb Modified: test/test-remote.rb (+12 -3) =================================================================== --- test/test-remote.rb 2015-10-06 13:15:18 +0900 (47fc9ac) +++ test/test-remote.rb 2015-10-06 13:16:56 +0900 (f1b6636) @@ -47,9 +47,18 @@ class RemoteTest < Test::Unit::TestCase 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 -------------- next part -------------- HTML����������������������������...Download