[Groonga-commit] ranguba/rroonga at ae1262a [master] test: fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Nov 5 18:24:05 JST 2016


Kouhei Sutou	2016-11-05 18:24:05 +0900 (Sat, 05 Nov 2016)

  New Revision: ae1262ab465e3d6456f56ea65453f42f634375c0
  https://github.com/ranguba/rroonga/commit/ae1262ab465e3d6456f56ea65453f42f634375c0

  Message:
    test: fix a typo

  Modified files:
    test/test-index-column.rb

  Modified: test/test-index-column.rb (+1 -1)
===================================================================
--- test/test-index-column.rb    2016-11-05 16:37:54 +0900 (2ede2e3)
+++ test/test-index-column.rb    2016-11-05 18:24:05 +0900 (d80a701)
@@ -434,7 +434,7 @@ class IndexColumnTest < Test::Unit::TestCase
         assert_raise(ArgumentError.new(message)) do
           tags = context["Tags"]
           tags.define_index_column("small",
-                                   contet["Articles"],
+                                   context["Articles"],
                                    :size => "invalid")
         end
       end
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index