[Groonga-commit] groonga/grntest [master] Fix too much argument

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Sat Aug 11 19:37:38 JST 2012


Kouhei Sutou	2012-08-11 19:37:38 +0900 (Sat, 11 Aug 2012)

  New Revision: beb956370df7163d30cac7e14e5d79fbd9567ae8
  https://github.com/groonga/grntest/commit/beb956370df7163d30cac7e14e5d79fbd9567ae8

  Log:
    Fix too much argument

  Modified files:
    lib/groonga/tester.rb

  Modified: lib/groonga/tester.rb (+2 -2)
===================================================================
--- lib/groonga/tester.rb    2012-08-11 19:35:39 +0900 (b0246c2)
+++ lib/groonga/tester.rb    2012-08-11 19:37:38 +0900 (bad4c9a)
@@ -1604,7 +1604,7 @@ EOF
           report_test_result_mark("F", result)
           puts
           report_test(worker, result)
-          report_failure(worker, result)
+          report_failure(result)
         end
       end
 
@@ -1674,7 +1674,7 @@ EOF
 
       def fail_test(worker, result)
         report_test_result(result, worker.status)
-        report_failure(worker, result)
+        report_failure(result)
       end
 
       def no_check_test(worker, result)
-------------- next part --------------
HTML����������������������������...
Download 



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