[Groonga-commit] groonga/fluent-plugin-droonga at d536821 [master] test column_create: group tests that check columns of data store

Back to archive index

Kosuke Asami null+****@clear*****
Mon Jul 22 14:46:01 JST 2013


Kosuke Asami	2013-07-22 14:46:01 +0900 (Mon, 22 Jul 2013)

  New Revision: d536821c59cee82391165e5d1732706600198d8c
  https://github.com/groonga/fluent-plugin-droonga/commit/d536821c59cee82391165e5d1732706600198d8c

  Message:
    test column_create: group tests that check columns of data store

  Modified files:
    test/plugin/groonga/test_column_create.rb

  Modified: test/plugin/groonga/test_column_create.rb (+2 -0)
===================================================================
--- test/plugin/groonga/test_column_create.rb    2013-07-22 14:44:31 +0900 (6744716)
+++ test/plugin/groonga/test_column_create.rb    2013-07-22 14:46:01 +0900 (c676d6b)
@@ -39,6 +39,7 @@ column_create Books main_text COLUMN_SCALAR LongText
   end
 
   class FlagsTest < self
+    class DataStoreTest < self
     data({
            "COLUMN_SCALAR" => {
              :flags => "COLUMN_SCALAR",
@@ -64,6 +65,7 @@ column_create Books title COLUMN_VECTOR ShortText
       @handler.column_create(request)
       assert_equal("table_create Books TABLE_HASH_KEY --key_type ShortText\n#{data[:schema]}", dump)
     end
+    end
 
     class IndexTest < self
     def test_index_column_type
-------------- next part --------------
HTML����������������������������...
Download 



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