[Groonga-commit] droonga/droonga-engine at ed42439 [master] test: Add missing blank line before index column definitions

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Apr 23 14:22:38 JST 2014


YUKI Hiroshi	2014-04-23 14:22:38 +0900 (Wed, 23 Apr 2014)

  New Revision: ed42439ccc7b74edbfac95f3bdea5101df23b90a
  https://github.com/droonga/droonga-engine/commit/ed42439ccc7b74edbfac95f3bdea5101df23b90a

  Message:
    test: Add missing blank line before index column definitions

  Modified files:
    test/unit/plugins/groonga/test_column_rename.rb

  Modified: test/unit/plugins/groonga/test_column_rename.rb (+1 -0)
===================================================================
--- test/unit/plugins/groonga/test_column_rename.rb    2014-04-23 14:19:55 +0900 (512d97b)
+++ test/unit/plugins/groonga/test_column_rename.rb    2014-04-23 14:22:38 +0900 (afb18f8)
@@ -98,6 +98,7 @@ column_create Books label COLUMN_SCALAR ShortText
     assert_equal(<<-SCHEMA, dump)
 table_create Books TABLE_HASH_KEY --key_type ShortText
 column_create Books label COLUMN_SCALAR ShortText
+
 column_create Books entry_title COLUMN_INDEX Books label
     SCHEMA
   end
-------------- next part --------------
HTML����������������������������...
Download 



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