[Groonga-commit] ranguba/rroonga at 02082ab [master] test: group by token ID

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Tue Apr 14 16:41:09 JST 2015


Kouhei Sutou	2015-04-14 16:41:09 +0900 (Tue, 14 Apr 2015)

  New Revision: 02082ab56916735d36ca1e9a1e0f4da3255d7d24
  https://github.com/ranguba/rroonga/commit/02082ab56916735d36ca1e9a1e0f4da3255d7d24

  Message:
    test: group by token ID

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

  Modified: test/test-index-column.rb (+3 -1)
===================================================================
--- test/test-index-column.rb    2015-04-14 15:28:04 +0900 (4434be1)
+++ test/test-index-column.rb    2015-04-14 16:41:09 +0900 (8b5915b)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2009-2014  Kouhei Sutou <kou �� clear-code.com>
+# Copyright (C) 2009-2015  Kouhei Sutou <kou �� clear-code.com>
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -502,6 +502,7 @@ class IndexColumnTest < Test::Unit::TestCase
   end
 
   class EstimateSizeTest < self
+    sub_test_case "token ID" do
     setup
     def setup_schema
       Groonga::Schema.define do |schema|
@@ -540,5 +541,6 @@ class IndexColumnTest < Test::Unit::TestCase
     def test_record
       assert_equal(7, @index.estimate_size(@terms["fast"]))
     end
+    end
   end
 end
-------------- next part --------------
HTML����������������������������...
ダウンロード 



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