[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:46:26 JST 2012


Kouhei Sutou	2012-11-21 12:46:26 +0900 (Wed, 21 Nov 2012)

  New Revision: 55bfbc1ac0e233d461482ac3f6935611becfaa37
  https://github.com/groonga/grntest/commit/55bfbc1ac0e233d461482ac3f6935611becfaa37

  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:46:03 +0900 (2940ae3)
+++ lib/grntest/tester.rb    2012-11-21 12:46:26 +0900 (8118b97)
@@ -443,7 +443,7 @@ module Grntest
         @n_omitted_tests += 1
       end
 
-      def on_test_not_checked
+      def on_test_no_check
         @n_not_checked_tests += 1
       end
     end
@@ -536,7 +536,7 @@ module Grntest
 
       def on_test_no_check(result)
         @status = "not checked"
-        @result.on_test_not_checked
+        @result.on_test_no_check
         @reporter.on_test_no_check(self, result)
       end
 
-------------- next part --------------
HTML����������������������������...
Download 



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