null+****@clear*****
null+****@clear*****
2010年 11月 24日 (水) 11:32:33 JST
Kouhei Sutou 2010-11-24 02:32:33 +0000 (Wed, 24 Nov 2010)
New Revision: 96fa713d94a6c34eab2cd07698a535d8b7a9a73f
Log:
follow _value isn't output by default change.
Modified files:
test/unit/http/test-http-load.rb
Modified: test/unit/http/test-http-load.rb (+2 -1)
===================================================================
--- test/unit/http/test-http-load.rb 2010-11-24 02:30:41 +0000 (07463a2)
+++ test/unit/http/test-http-load.rb 2010-11-24 02:32:33 +0000 (848834c)
@@ -87,7 +87,8 @@ class HTTPLoadTest < Test::Unit::TestCase
["_key", "Int32"],
["_value", "Int32"]],
[[1, 29, 10]],
- :table => "int_hash")
+ :table => "int_hash",
+ :output_columns => "_id, _key, _value, *")
end
def test_int_column_value