[Groonga-commit] droonga/fluent-plugin-droonga at 2ebc53e [master] schema Add test for ColumnIndexOptions#position

Back to archive index

Yoji Shidara null+****@clear*****
Tue Feb 18 16:22:20 JST 2014


Yoji Shidara	2014-02-18 16:22:20 +0900 (Tue, 18 Feb 2014)

  New Revision: 2ebc53eaebf8efe99e9170bef9819ce7148c3535
  https://github.com/droonga/fluent-plugin-droonga/commit/2ebc53eaebf8efe99e9170bef9819ce7148c3535

  Message:
    schema Add test for ColumnIndexOptions#position

  Modified files:
    test/unit/catalog/test_schema.rb

  Modified: test/unit/catalog/test_schema.rb (+7 -0)
===================================================================
--- test/unit/catalog/test_schema.rb    2014-02-18 16:19:36 +0900 (d0c8737)
+++ test/unit/catalog/test_schema.rb    2014-02-18 16:22:20 +0900 (459a528)
@@ -178,6 +178,13 @@ class CatalogSchemaTest < Test::Unit::TestCase
                                       "weight" => true
                                     }).weight)
       end
+
+      def test_position
+        assert_equal(true,
+                     create_options({
+                                      "position" => true
+                                    }).position)
+      end
     end
   end
 end
-------------- next part --------------
HTML����������������������������...
下載 



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