[Groonga-commit] droonga/droonga-engine at 89c4eb3 [master] Use top level module "Sandbox" and "Fixture".

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Oct 31 16:40:44 JST 2014


YUKI Hiroshi	2014-10-31 16:40:44 +0900 (Fri, 31 Oct 2014)

  New Revision: 89c4eb377955d209536790eaaa1fade121836934
  https://github.com/droonga/droonga-engine/commit/89c4eb377955d209536790eaaa1fade121836934

  Message:
    Use top level module "Sandbox" and "Fixture".
    
    On the previous revision, "include Fixture" unexpectedly referenced "Test::Unit::Fixture".

  Modified files:
    test/unit/helper.rb

  Modified: test/unit/helper.rb (+2 -2)
===================================================================
--- test/unit/helper.rb    2014-10-31 15:43:27 +0900 (0055dd9)
+++ test/unit/helper.rb    2014-10-31 16:40:44 +0900 (f7997ec)
@@ -23,6 +23,6 @@ require_relative "helper/watch_helper"
 require_relative "helper/distributed_search_planner_helper"
 
 class Test::Unit::TestCase
-  include Sandbox
-  include Fixture
+  include ::Sandbox
+  include ::Fixture
 end
-------------- next part --------------
HTML����������������������������...
Download 



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