[Groonga-commit] groonga/groonga-command at 363b1a1 [master] test table_create: move a grouped test to the bottom

Back to archive index

Kosuke Asami null+****@clear*****
Thu Jul 11 15:10:28 JST 2013


Kosuke Asami	2013-07-11 15:10:28 +0900 (Thu, 11 Jul 2013)

  New Revision: 363b1a1489785fafbc5b21f0cb59bc4c0e48fa52
  https://github.com/groonga/groonga-command/commit/363b1a1489785fafbc5b21f0cb59bc4c0e48fa52

  Message:
    test table_create: move a grouped test to the bottom

  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:09:25 +0900 (0e50a75)
+++ test/command/test-table-create.rb    2013-07-11 15:10:28 +0900 (1621d86)
@@ -39,6 +39,11 @@ class TableCreateCommandTest < Test::Unit::TestCase
                    command.arguments)
     end
 
+    private
+    def parse(arguments)
+      super("table_create", arguments, :output_type => false)
+    end
+
     class FlagsTest < self
       def test_flags
         command = parse({"flags" => "TABLE_PAT_KEY|KEY_WITH_SIS"})
@@ -46,10 +51,5 @@ class TableCreateCommandTest < Test::Unit::TestCase
                      command.flags)
       end
     end
-
-    private
-    def parse(arguments)
-      super("table_create", arguments, :output_type => false)
-    end
   end
 end
-------------- next part --------------
HTML����������������������������...
Download 



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