[Groonga-commit] droonga/fluent-plugin-droonga at 6360365 [master] Fix path to the top level directory

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Oct 31 16:11:52 JST 2013


YUKI Hiroshi	2013-10-31 16:11:52 +0900 (Thu, 31 Oct 2013)

  New Revision: 6360365c426cefbae4145101b202811eb44d6e88
  https://github.com/droonga/fluent-plugin-droonga/commit/6360365c426cefbae4145101b202811eb44d6e88

  Message:
    Fix path to the top level directory

  Modified files:
    test/helper/watch_helper.rb

  Modified: test/helper/watch_helper.rb (+1 -1)
===================================================================
--- test/helper/watch_helper.rb    2013-10-31 16:08:00 +0900 (5b9da85)
+++ test/helper/watch_helper.rb    2013-10-31 16:11:52 +0900 (51f4f3d)
@@ -21,7 +21,7 @@ module WatchHelper
   end
 
   def setup_schema
-    top_directory_path = File.join(File.dirname(__FILE__), "..", "..", "..")
+    top_directory_path = File.join(File.dirname(__FILE__), "..", "..")
     ddl_path = File.join(top_directory_path, "ddl", "watchdb.grn")
     File.open(ddl_path) do |ddl|
       Groonga::Context.default.restore(ddl)
-------------- next part --------------
HTML����������������������������...
Download 



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