[Groonga-commit] groonga/groonga-command at 630bd24 [fix-travis-ci-error] test: group a bracket test

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jan 13 17:30:20 JST 2016


Kouhei Sutou	2012-11-28 12:53:28 +0900 (Wed, 28 Nov 2012)

  New Revision: 630bd242072dbd8f22ccde970f2e0fcdafc3a661
  https://github.com/groonga/groonga-command/commit/630bd242072dbd8f22ccde970f2e0fcdafc3a661

  Message:
    test: group a bracket test

  Modified files:
    test/test-parser.rb

  Modified: test/test-parser.rb (+2 -0)
===================================================================
--- test/test-parser.rb    2012-11-28 12:53:07 +0900 (0823891)
+++ test/test-parser.rb    2012-11-28 12:53:28 +0900 (3fce7bb)
@@ -128,6 +128,7 @@ class ParserTest < Test::Unit::TestCase
         end
 
         class InlineTest < self
+          class BracketTest < self
           def test_bracket
             command_line = "load --values '[{\"_key\": 1}]' --table IDs"
             @parser << command_line
@@ -140,6 +141,7 @@ class ParserTest < Test::Unit::TestCase
                          ],
                          @events)
           end
+          end
 
           def test_brace
             command_line = "load --values '[[\"_key\"], [1]]' --table IDs"
-------------- next part --------------
HTML����������������������������...
Descargar 



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