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

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Wed Nov 21 12:44:17 JST 2012


Kouhei Sutou	2012-11-21 12:44:17 +0900 (Wed, 21 Nov 2012)

  New Revision: 0d38f173c4382e357c9a90cbdc100e2ea89c1058
  https://github.com/groonga/grntest/commit/0d38f173c4382e357c9a90cbdc100e2ea89c1058

  Log:
    Use "finish" instead of "finished" for event type
    
    on_test_finished ->
    on_test_finish

  Modified files:
    lib/grntest/tester.rb

  Modified: lib/grntest/tester.rb (+2 -2)
===================================================================
--- lib/grntest/tester.rb    2012-11-21 12:42:33 +0900 (9f2c298)
+++ lib/grntest/tester.rb    2012-11-21 12:44:17 +0900 (d43cd80)
@@ -423,7 +423,7 @@ module Grntest
         @failed_tests.size
       end
 
-      def on_test_finished
+      def on_test_finish
         @n_tests += 1
       end
 
@@ -541,7 +541,7 @@ module Grntest
       end
 
       def on_test_finish(result)
-        @result.on_test_finished
+        @result.on_test_finish
         @reporter.on_test_finish(self, result)
         @test_script_path = nil
         @test_name = nil
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index