[Groonga-commit] groonga/groonga-command at 990b7a8 [master] test table_create: use meanigful name for test name

Back to archive index

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


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

  New Revision: 990b7a8a3673084a567df5cf9f1cf792f2682df7
  https://github.com/groonga/groonga-command/commit/990b7a8a3673084a567df5cf9f1cf792f2682df7

  Message:
    test table_create: use meanigful name for test name
    
    The test asserts multiple flags pattern.

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

  Modified: test/command/test-table-create.rb (+1 -1)
===================================================================
--- test/command/test-table-create.rb    2013-07-11 15:10:28 +0900 (1621d86)
+++ test/command/test-table-create.rb    2013-07-11 15:11:07 +0900 (db23e8e)
@@ -45,7 +45,7 @@ class TableCreateCommandTest < Test::Unit::TestCase
     end
 
     class FlagsTest < self
-      def test_flags
+      def test_multiple
         command = parse({"flags" => "TABLE_PAT_KEY|KEY_WITH_SIS"})
         assert_equal(["TABLE_PAT_KEY", "KEY_WITH_SIS"],
                      command.flags)
-------------- next part --------------
HTML����������������������������...
Download 



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