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

Back to archive index

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


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

  New Revision: 26aafe6a77db2df95dee51df6c09163a4757744e
  https://github.com/groonga/grntest/commit/26aafe6a77db2df95dee51df6c09163a4757744e

  Log:
    Use "not_checked" instead of "no_check" for event type
    
    on_test_not_checked ->
    on_test_no_check

  Modified files:
    lib/grntest/tester.rb

  Modified: lib/grntest/tester.rb (+2 -2)
===================================================================
--- lib/grntest/tester.rb    2012-11-21 12:40:07 +0900 (a939009)
+++ lib/grntest/tester.rb    2012-11-21 12:40:37 +0900 (ebd1127)
@@ -534,7 +534,7 @@ module Grntest
         @reporter.on_test_omission(self, result)
       end
 
-      def on_test_not_checked(result)
+      def on_test_no_check(result)
         @status = "not checked"
         @result.test_not_checked
         @reporter.on_test_no_check(self, result)
@@ -788,7 +788,7 @@ module Grntest
         when :omitted
           @worker.on_test_omission(result)
         else
-          @worker.on_test_not_checked(result)
+          @worker.on_test_no_check(result)
           output_actual_file(result.actual)
         end
         @worker.on_test_finish(result)
-------------- next part --------------
HTML����������������������������...
Download 



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