[Groonga-commit] groonga/groonga [master] follow HTML return value change.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 7月 5日 (月) 17:31:19 JST


Kouhei Sutou	2010-07-05 08:31:19 +0000 (Mon, 05 Jul 2010)

  New Revision: 4ecd7fcc7dd0b5c05fd04287039253ec45af068a

  Log:
    follow HTML return value change.

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

  Modified: test/unit/gqtp/test-restore.rb (+9 -11)
===================================================================
--- test/unit/gqtp/test-restore.rb    2010-07-05 08:27:02 +0000 (d4204a0)
+++ test/unit/gqtp/test-restore.rb    2010-07-05 08:31:19 +0000 (0a2d769)
@@ -473,11 +473,10 @@ EOGQTP
 
   def test_delete_by_key
     assert_commands(<<EXPECTED, <<COMMANDS)
-[[0,0.0,0.0]]
-[[0,0.0,0.0],3]
-[[0,0.0,0.0]]
-[[0,0.0,0.0],[[[2],[["_id","UInt32"],["_key","ShortText"]],[1,"hayamiz"],[3,"mori"]]]]
-[[0,0.0,0.0]]
+[true]
+[3]
+[true]
+[[[2],[["_id","UInt32"],["_key","ShortText"]],[1,"hayamiz"],[3,"mori"]]]
 EXPECTED
 table_create users 0 ShortText
 load --table users
@@ -493,12 +492,11 @@ COMMANDS
 
   def test_delete_by_id
     assert_commands(<<EXPECTED, <<COMMANDS)
-[[0,0.0,0.0]]
-[[0,0.0,0.0]]
-[[0,0.0,0.0],3]
-[[0,0.0,0.0]]
-[[0,0.0,0.0],[[[2],[["_id","UInt32"],["name","ShortText"]],[1,"hayamiz"],[3,"mori"]]]]
-[[0,0.0,0.0]]
+[true]
+[true]
+[3]
+[true]
+[[[2],[["_id","UInt32"],["name","ShortText"]],[1,"hayamiz"],[3,"mori"]]]
 EXPECTED
 table_create users 3
 column_create users name 0 ShortText




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