[Groonga-commit] groonga/groonga-command at 1597fde [master] test table_create: indent

Back to archive index

Kosuke Asami null+****@clear*****
Thu Jul 11 15:09:25 JST 2013


Kosuke Asami	2013-07-11 15:09:25 +0900 (Thu, 11 Jul 2013)

  New Revision: 1597fdec3a89d116a36dd5b1390470510d093ea8
  https://github.com/groonga/groonga-command/commit/1597fdec3a89d116a36dd5b1390470510d093ea8

  Message:
    test table_create: indent

  Modified files:
    test/command/test-table-create.rb

  Modified: test/command/test-table-create.rb (+5 -5)
===================================================================
--- test/command/test-table-create.rb    2013-07-11 15:08:59 +0900 (c3f7861)
+++ test/command/test-table-create.rb    2013-07-11 15:09:25 +0900 (0e50a75)
@@ -40,11 +40,11 @@ class TableCreateCommandTest < Test::Unit::TestCase
     end
 
     class FlagsTest < self
-    def test_flags
-      command = parse({"flags" => "TABLE_PAT_KEY|KEY_WITH_SIS"})
-      assert_equal(["TABLE_PAT_KEY", "KEY_WITH_SIS"],
-                   command.flags)
-    end
+      def test_flags
+        command = parse({"flags" => "TABLE_PAT_KEY|KEY_WITH_SIS"})
+        assert_equal(["TABLE_PAT_KEY", "KEY_WITH_SIS"],
+                     command.flags)
+      end
     end
 
     private
-------------- next part --------------
HTML����������������������������...
Download 



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