[Groonga-commit] groonga/grntest [master] Use "omission" instead of "omitted" for event type

Back to archive index

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


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

  New Revision: 266b8c80f9c2b807e40b1a28dbf68dc6f5285fa9
  https://github.com/groonga/grntest/commit/266b8c80f9c2b807e40b1a28dbf68dc6f5285fa9

  Log:
    Use "omission" instead of "omitted" for event type
    
    on_test_omitted ->
    on_test_omission

  Modified files:
    lib/grntest/tester.rb

  Modified: lib/grntest/tester.rb (+2 -2)
===================================================================
--- lib/grntest/tester.rb    2012-11-21 12:39:43 +0900 (cb3fcc7)
+++ lib/grntest/tester.rb    2012-11-21 12:40:07 +0900 (a939009)
@@ -528,7 +528,7 @@ module Grntest
         @reporter.on_test_leak(self, result)
       end
 
-      def on_test_omitted(result)
+      def on_test_omission(result)
         @status = "omitted"
         @result.test_omitted
         @reporter.on_test_omission(self, result)
@@ -786,7 +786,7 @@ module Grntest
           @worker.on_test_leak(result)
           succeeded = false
         when :omitted
-          @worker.on_test_omitted(result)
+          @worker.on_test_omission(result)
         else
           @worker.on_test_not_checked(result)
           output_actual_file(result.actual)
-------------- next part --------------
HTML����������������������������...
Download 



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