null+****@clear*****
null+****@clear*****
2011年 9月 1日 (木) 13:17:13 JST
Kouhei Sutou 2011-09-01 04:17:13 +0000 (Thu, 01 Sep 2011)
New Revision: 57be20fdb21d343973d469c09a40b53ad2786cd4
Log:
[test][load] fix input format.
Modified files:
test/unit/core/test-command-load.c
Modified: test/unit/core/test-command-load.c (+1 -1)
===================================================================
--- test/unit/core/test-command-load.c 2011-09-01 04:16:59 +0000 (1691be4)
+++ test/unit/core/test-command-load.c 2011-09-01 04:17:13 +0000 (d543a53)
@@ -494,7 +494,7 @@ test_invalid_table_name(void)
"and contains only 0-9, A-Z, a-z, #, - or _: <_Users>",
"load --table _Users\n"
"[\n"
- "[\"_key\": \"alice\"]\n"
+ "{\"_key\": \"alice\"}\n"
"]");
}