[Groonga-commit] groonga/groonga [master] fix wrong expected value.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 7月 6日 (火) 10:37:55 JST


Kouhei Sutou	2010-07-06 01:37:55 +0000 (Tue, 06 Jul 2010)

  New Revision: 034becb22a6714aa859cb1d82ba480edb03e5507

  Log:
    fix wrong expected value.

  Modified files:
    test/unit/http/test-http-crud.rb

  Modified: test/unit/http/test-http-crud.rb (+1 -1)
===================================================================
--- test/unit/http/test-http-crud.rb    2010-07-06 01:37:15 +0000 (a77f0d8)
+++ test/unit/http/test-http-crud.rb    2010-07-06 01:37:55 +0000 (3bc7e3f)
@@ -199,7 +199,7 @@ module HTTPCRUDTest
       response = get(command_path(:select,
                                   :table => "users",
                                   :output_columns => "_key real_name"))
-      assert_response_body([[[2],
+      assert_response_body([[[1],
                              [["_key", "ShortText"], ["real_name", "ShortText"]],
                              ["ryoqun", "Ryo Onodera"]]],
                            response,




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