[Groonga-commit] groonga/groonga-command at 2a2c46e [fix-travis-ci-error] test table_create: add no flags case

Back to archive index

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


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

  New Revision: 2a2c46ef56834e5b86f1efefb992dd28128c22b9
  https://github.com/groonga/groonga-command/commit/2a2c46ef56834e5b86f1efefb992dd28128c22b9

  Message:
    test table_create: add no flags case

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

  Modified: test/command/test-table-create.rb (+5 -0)
===================================================================
--- test/command/test-table-create.rb    2013-07-11 15:11:50 +0900 (1118e61)
+++ test/command/test-table-create.rb    2013-07-11 15:12:11 +0900 (d019300)
@@ -56,6 +56,11 @@ class TableCreateCommandTest < Test::Unit::TestCase
         assert_equal(["TABLE_NO_KEY"],
                      command.flags)
       end
+
+      def test_no_flags
+        command = parse({})
+        assert_equal([], command.flags)
+      end
     end
   end
 end
-------------- next part --------------
HTML����������������������������...
Download 



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