[Groonga-commit] groonga/groonga-command at 9bcc80e [master] test table_create: indent

Back to archive index

Kosuke Asami null+****@clear*****
Thu Jul 11 15:31:22 JST 2013


Kosuke Asami	2013-07-11 15:31:22 +0900 (Thu, 11 Jul 2013)

  New Revision: 9bcc80ec98bf0fa6080d138a2f36a85c0eb90ff6
  https://github.com/groonga/groonga-command/commit/9bcc80ec98bf0fa6080d138a2f36a85c0eb90ff6

  Message:
    test table_create: indent

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

  Modified: test/command/test-table-create.rb (+6 -6)
===================================================================
--- test/command/test-table-create.rb    2013-07-11 15:31:00 +0900 (70e6cb4)
+++ test/command/test-table-create.rb    2013-07-11 15:31:22 +0900 (7b96896)
@@ -64,7 +64,7 @@ class TableCreateCommandTest < Test::Unit::TestCase
 
       class PredicateTest < self
         class TableNoKeyTest < self
-        data({
+          data({
               "TABLE_NO_KEY" => {
                 :expected => true,
                 :flags    => "TABLE_NO_KEY",
@@ -73,11 +73,11 @@ class TableCreateCommandTest < Test::Unit::TestCase
                 :expected => false,
                 :flags    => "TABLE_HASH_KEY",
               }
-             })
-        def test_table_no_key?(data)
-          command = parse({"flags" => data[:flags]})
-          assert_equal(data[:expected], command.table_no_key?)
-        end
+            })
+          def test_table_no_key?(data)
+            command = parse({"flags" => data[:flags]})
+            assert_equal(data[:expected], command.table_no_key?)
+          end
         end
       end
     end
-------------- next part --------------
HTML����������������������������...
Download 



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