[Groonga-commit] droonga/fluent-plugin-droonga at 5397a1c [master] Align

Back to archive index

Yoji Shidara null+****@clear*****
Wed Feb 26 16:16:46 JST 2014


Yoji Shidara	2014-02-26 16:16:46 +0900 (Wed, 26 Feb 2014)

  New Revision: 5397a1cb2a710327b23bc34dadae8050517db7d9
  https://github.com/droonga/fluent-plugin-droonga/commit/5397a1cb2a710327b23bc34dadae8050517db7d9

  Message:
    Align

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

  Modified: test/unit/catalog/test_schema.rb (+2 -2)
===================================================================
--- test/unit/catalog/test_schema.rb    2014-02-26 16:15:37 +0900 (5b627e4)
+++ test/unit/catalog/test_schema.rb    2014-02-26 16:16:46 +0900 (cbabe15)
@@ -278,10 +278,10 @@ class CatalogSchemaTest < Test::Unit::TestCase
 
       def test_to_column_create_body
         assert_equal({
-                       "name" => "column_name",
+                       "name"  => "column_name",
                        "flags" => "COLUMN_SCALAR",
                        "table" => "table_name",
-                       "type" => "ShortText"
+                       "type"  => "ShortText"
                      },
                      create_column("column_name",
                                   {
-------------- next part --------------
HTML����������������������������...
다운로드 



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