[Groonga-commit] groonga/groonga-command [master] test: group a bracket load test

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Nov 28 12:40:28 JST 2012


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

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

  Log:
    test: group a bracket load test

  Modified files:
    test/test-parser.rb

  Modified: test/test-parser.rb (+2 -0)
===================================================================
--- test/test-parser.rb    2012-11-28 12:31:36 +0900 (2c6117b)
+++ test/test-parser.rb    2012-11-28 12:40:28 +0900 (27dd95c)
@@ -157,6 +157,7 @@ class ParserTest < Test::Unit::TestCase
         end
 
         class MultiLineTest < self
+          class BracketTest < self
           def test_bracket
             @parser << <<-EOC
 load --table Users
@@ -189,6 +190,7 @@ load --table Users
 EOC
             assert_equal(expected_events, @events)
           end
+          end
 
           def test_brace
             @parser << <<-EOC
-------------- next part --------------
HTML����������������������������...
다운로드 



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