[Groonga-commit] groonga/grntest at 40de4b3 [master] Remove needless "::"

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Aug 12 12:21:53 JST 2013


Kouhei Sutou	2013-08-12 12:21:53 +0900 (Mon, 12 Aug 2013)

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

  Message:
    Remove needless "::"

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

  Modified: lib/grntest/test-runner.rb (+1 -1)
===================================================================
--- lib/grntest/test-runner.rb    2013-08-12 12:20:22 +0900 (b89293f)
+++ lib/grntest/test-runner.rb    2013-08-12 12:21:53 +0900 (540b622)
@@ -77,7 +77,7 @@ module Grntest
           FileUtils.mkdir_p(db_dir.to_s)
           db_path = db_dir + "db"
         end
-        context = Execution::Context.new
+        context = ExecutionContext.new
         context.temporary_directory_path = directory_path
         context.db_path = db_path
         context.base_directory =****@teste*****_directory.expand_path
-------------- next part --------------
HTML����������������������������...
다운로드 



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