[Groonga-commit] groonga/groonga-query-log at c90d4e9 [master] Use "Path" instead of "Fixture"

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Nov 20 14:27:58 JST 2014


Kouhei Sutou	2014-11-20 14:27:58 +0900 (Thu, 20 Nov 2014)

  New Revision: c90d4e9849162c5c146e38745e3e3dcb0f4c7ba7
  https://github.com/groonga/groonga-query-log/commit/c90d4e9849162c5c146e38745e3e3dcb0f4c7ba7

  Message:
    Use "Path" instead of "Fixture"

  Modified files:
    test/command/test-format-regression-test-logs.rb
    test/helper.rb

  Modified: test/command/test-format-regression-test-logs.rb (+1 -1)
===================================================================
--- test/command/test-format-regression-test-logs.rb    2014-11-20 14:26:21 +0900 (ca4d6fe)
+++ test/command/test-format-regression-test-logs.rb    2014-11-20 14:27:58 +0900 (47f8b06)
@@ -19,7 +19,7 @@
 require "groonga/query-log/command/format-regression-test-logs"
 
 class FormatRegressionTestLogsCommandTest < Test::Unit::TestCase
-  include Fixture
+  include Path
 
   def setup
     @command = Groonga::QueryLog::Command::FormatRegressionTestLogs.new

  Modified: test/helper.rb (+1 -1)
===================================================================
--- test/helper.rb    2014-11-20 14:26:21 +0900 (ff2ebfa)
+++ test/helper.rb    2014-11-20 14:27:58 +0900 (5074588)
@@ -23,7 +23,7 @@ require "groonga/command"
 
 require "groonga/query-log"
 
-module Fixture
+module Path
   def fixture_path(*components)
     File.join(File.dirname(__FILE__), "fixtures", *components)
   end
-------------- next part --------------
HTML����������������������������...
下載 



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