[Groonga-commit] groonga/grntest at 40e026c [master] Add missing "Tester::" qualifier

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Aug 12 12:22:48 JST 2013


Kouhei Sutou	2013-08-12 12:22:48 +0900 (Mon, 12 Aug 2013)

  New Revision: 40e026cfeb725c08d814eee7bbde9e26d19339a9
  https://github.com/groonga/grntest/commit/40e026cfeb725c08d814eee7bbde9e26d19339a9

  Message:
    Add missing "Tester::" qualifier

  Modified files:
    lib/grntest/test-runner.rb

  Modified: lib/grntest/test-runner.rb (+1 -1)
===================================================================
--- lib/grntest/test-runner.rb    2013-08-12 12:22:36 +0900 (59695b0)
+++ lib/grntest/test-runner.rb    2013-08-12 12:22:48 +0900 (829cabb)
@@ -39,7 +39,7 @@ module Grntest
       succeeded = true
 
       @worker.on_test_start
-      result = TestResult.new(@worker)
+      result = Tester::TestResult.new(@worker)
       result.measure do
         execute_groonga_script(result)
       end
-------------- next part --------------
HTML����������������������������...
Download 



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