[Groonga-commit] groonga/groonga-test [master] Pass test name to finish_test event

Back to archive index

null+****@clear***** null+****@clear*****
2012年 3月 13日 (火) 17:29:09 JST


Kouhei Sutou	2012-03-13 17:29:09 +0900 (Tue, 13 Mar 2012)

  New Revision: e5742bf9f462496e17ea3738bf0d1e3a3b2f37e1

  Log:
    Pass test name to finish_test event

  Modified files:
    lib/groonga/tester.rb

  Modified: lib/groonga/tester.rb (+2 -2)
===================================================================
--- lib/groonga/tester.rb    2012-03-13 17:28:45 +0900 (3cfda48)
+++ lib/groonga/tester.rb    2012-03-13 17:29:09 +0900 (2dd28aa)
@@ -199,7 +199,7 @@ module Groonga
           reporter.no_check_test(actual_result)
           output_actual_file(actual_result)
         end
-        reporter.finish_test
+        reporter.finish_test(test_name)
 
         succeeded
       end
@@ -616,7 +616,7 @@ module Groonga
         @n_not_checked_tests += 1
       end
 
-      def finish_test
+      def finish_test(test_name)
         @n_tests += 1
       end
 




Groonga-commit メーリングリストの案内
Back to archive index