[Groonga-commit] groonga/groonga-command at 5d6c65a [fix-travis-ci-error] test table_create: gorup flags a test

Back to archive index

Kosuke Asami null+****@clear*****
Wed Jan 13 17:20:05 JST 2016


Kosuke Asami	2013-07-11 15:08:59 +0900 (Thu, 11 Jul 2013)

  New Revision: 5d6c65a1c59c1cb96553d65cd708870a11c8e69e
  https://github.com/groonga/groonga-command/commit/5d6c65a1c59c1cb96553d65cd708870a11c8e69e

  Message:
    test table_create: gorup flags a test

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

  Modified: test/command/test-table-create.rb (+2 -0)
===================================================================
--- test/command/test-table-create.rb    2013-07-11 14:54:51 +0900 (a257d80)
+++ test/command/test-table-create.rb    2013-07-11 15:08:59 +0900 (c3f7861)
@@ -39,11 +39,13 @@ class TableCreateCommandTest < Test::Unit::TestCase
                    command.arguments)
     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
+    end
 
     private
     def parse(arguments)
-------------- next part --------------
HTML����������������������������...
Télécharger 



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