[Groonga-commit] groonga/groonga [master] follow JSON format change.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 7月 14日 (水) 18:04:25 JST


Kouhei Sutou	2010-07-14 09:04:25 +0000 (Wed, 14 Jul 2010)

  New Revision: db5e2727556b2f84264b1332aa63c2fc8b5148ae

  Log:
    follow JSON format change.

  Modified files:
    test/unit/gqtp/test-restore.rb

  Modified: test/unit/gqtp/test-restore.rb (+11 -11)
===================================================================
--- test/unit/gqtp/test-restore.rb    2010-07-14 08:45:39 +0000 (bf8f430)
+++ test/unit/gqtp/test-restore.rb    2010-07-14 09:04:25 +0000 (362204c)
@@ -473,11 +473,11 @@ EOGQTP
 
   def test_delete_by_key
     assert_commands(<<EXPECTED, <<COMMANDS)
-[true]
-[3]
-[true]
-[[[2],[["_id","UInt32"],["_key","ShortText"]],[1,"hayamiz"],[3,"mori"]]]
-[true]
+[[0,0.0,0.0],true]
+[[0,0.0,0.0],3]
+[[0,0.0,0.0],true]
+[[0,0.0,0.0],[[[2],[["_id","UInt32"],["_key","ShortText"]],[1,"hayamiz"],[3,"mori"]]]]
+[[0,0.0,0.0],true]
 EXPECTED
 table_create users 0 ShortText
 load --table users
@@ -493,12 +493,12 @@ COMMANDS
 
   def test_delete_by_id
     assert_commands(<<EXPECTED, <<COMMANDS)
-[true]
-[true]
-[3]
-[true]
-[[[2],[["_id","UInt32"],["name","ShortText"]],[1,"hayamiz"],[3,"mori"]]]
-[true]
+[[0,0.0,0.0],true]
+[[0,0.0,0.0],true]
+[[0,0.0,0.0],3]
+[[0,0.0,0.0],true]
+[[0,0.0,0.0],[[[2],[["_id","UInt32"],["name","ShortText"]],[1,"hayamiz"],[3,"mori"]]]]
+[[0,0.0,0.0],true]
 EXPECTED
 table_create users 3
 column_create users name 0 ShortText




Groonga-commit メーリングリストの案内
Back to archive index