null+****@clear*****
null+****@clear*****
2011年 11月 13日 (日) 16:23:42 JST
Kouhei Sutou 2011-11-13 07:23:42 +0000 (Sun, 13 Nov 2011)
New Revision: b8c17e02e72f75ecbe2a48e00d2aea1d9141c043
Log:
[test][gqtp] follow array style load behavior change.
Modified files:
test/unit/gqtp/test-load.rb
Modified: test/unit/gqtp/test-load.rb (+2 -2)
===================================================================
--- test/unit/gqtp/test-load.rb 2011-11-13 07:23:23 +0000 (7b4d95a)
+++ test/unit/gqtp/test-load.rb 2011-11-13 07:23:42 +0000 (b140dd8)
@@ -112,8 +112,8 @@ COMMANDS
def test_table_with_no_key_with_no_column
assert_commands(<<EXPECTED, <<COMMANDS)
[[0,0.0,0.0],true]
-[[0,0.0,0.0],2]
-[[0,0.0,0.0],[[[2],[["_id","UInt32"]],[1],[2]]]]
+[[0,0.0,0.0],3]
+[[0,0.0,0.0],[[[3],[["_id","UInt32"]],[1],[2],[3]]]]
[[0,0.0,0.0],true]
EXPECTED
table_create commands TABLE_NO_KEY