[Groonga-commit] groonga/groonga-command at 91f9d60 [fix-travis-ci-error] test table_create: group a predicate test

Back to archive index

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


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

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

  Message:
    test table_create: group a predicate 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 15:29:18 +0900 (29da38c)
+++ test/command/test-table-create.rb    2013-07-11 15:31:00 +0900 (70e6cb4)
@@ -63,6 +63,7 @@ class TableCreateCommandTest < Test::Unit::TestCase
       end
 
       class PredicateTest < self
+        class TableNoKeyTest < self
         data({
               "TABLE_NO_KEY" => {
                 :expected => true,
@@ -77,6 +78,7 @@ class TableCreateCommandTest < Test::Unit::TestCase
           command = parse({"flags" => data[:flags]})
           assert_equal(data[:expected], command.table_no_key?)
         end
+        end
       end
     end
   end
-------------- next part --------------
HTML����������������������������...
Télécharger 



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