[Groonga-commit] droonga/fluent-plugin-droonga at 89b5912 [master] Test: fix mismatched assertion name

アーカイブの一覧に戻る

YUKI Hiroshi null+****@clear*****
Thu Nov 21 12:09:45 JST 2013


YUKI Hiroshi	2013-11-21 12:09:45 +0900 (Thu, 21 Nov 2013)

  New Revision: 89b59122916c279336a07750132f9d81dce0e8a2
  https://github.com/droonga/fluent-plugin-droonga/commit/89b59122916c279336a07750132f9d81dce0e8a2

  Message:
    Test: fix mismatched assertion name

  Modified files:
    test/unit/plugin/adapter/groonga/test_select.rb

  Modified: test/unit/plugin/adapter/groonga/test_select.rb (+2 -2)
===================================================================
--- test/unit/plugin/adapter/groonga/test_select.rb    2013-11-21 12:09:00 +0900 (21ef01f)
+++ test/unit/plugin/adapter/groonga/test_select.rb    2013-11-21 12:09:45 +0900 (e2ac0c2)
@@ -220,11 +220,11 @@ class AdapterGroongaSelectTest < Test::Unit::TestCase
       end
 
       def test_large
-        assert_offset(100, "100")
+        assert_limit(100, "100")
       end
 
       def test_negative
-        assert_offset(-1, "-1")
+        assert_limit(-1, "-1")
       end
     end
   end
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る