[Groonga-commit] groonga/grntest [master] progress -> mark

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Aug 11 19:30:28 JST 2012


Kouhei Sutou	2012-08-11 19:30:28 +0900 (Sat, 11 Aug 2012)

  New Revision: 955735b9a4e2d02a19d77255dff0f33239c86a9f
  https://github.com/groonga/grntest/commit/955735b9a4e2d02a19d77255dff0f33239c86a9f

  Log:
    progress -> mark

  Modified files:
    lib/groonga/tester.rb

  Modified: lib/groonga/tester.rb (+5 -5)
===================================================================
--- lib/groonga/tester.rb    2012-08-11 19:29:19 +0900 (0d8a0c9)
+++ lib/groonga/tester.rb    2012-08-11 19:30:28 +0900 (3614453)
@@ -107,7 +107,7 @@ module Groonga
           diff_option_is_specified = true
         end
 
-        available_reporters = [:progress, :stream, :inplace]
+        available_reporters = [:mark, :stream, :inplace]
         available_reporter_labels = available_reporters.join(", ")
         parser.on("--reporter=REPORTER", available_reporters,
                   "Report test result by REPORTER",
@@ -189,7 +189,7 @@ module Groonga
     def reporter
       if****@repor*****?
         if @n_workers == 1
-          :progress
+          :mark
         else
           :inplace
         end
@@ -512,8 +512,8 @@ module Groonga
 
       def create_reporter
         case****@teste*****
-        when :progress
-          ProgressReporter.new(@tester)
+        when :mark
+          MarkReporter.new(@tester)
         when :stream
           StreamReporter.new(@tester)
         when :inplace
@@ -1568,7 +1568,7 @@ EOF
       end
     end
 
-    class ProgressReporter < BaseReporter
+    class MarkReporter < BaseReporter
       def initialize(tester)
         super
       end
-------------- next part --------------
HTML����������������������������...
Download 



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