[Groonga-commit] groonga/groonga-query-log [master] test: @fixture_path -> @fixtures_path

Zurück zum Archiv-Index

Haruka Yoshihara null+****@clear*****
Thu Dec 13 19:10:14 JST 2012


Haruka Yoshihara	2012-12-13 19:10:14 +0900 (Thu, 13 Dec 2012)

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

  Log:
    test: @fixture_path -> @fixtures_path

  Modified files:
    test/test-analyzer.rb

  Modified: test/test-analyzer.rb (+3 -3)
===================================================================
--- test/test-analyzer.rb    2012-12-13 18:49:35 +0900 (5098020)
+++ test/test-analyzer.rb    2012-12-13 19:10:14 +0900 (07f1e50)
@@ -23,8 +23,8 @@ require "groonga/query-log/analyzer"
 class AnalyzerTest < Test::Unit::TestCase
   setup
   def setup_fixtures
-    @fixture_path = File.join(File.dirname(__FILE__), "fixtures")
-    @query_log_path = File.join(@fixture_path, "query.log")
+    @fixtures_path = File.join(File.dirname(__FILE__), "fixtures")
+    @query_log_path = File.join(@fixtures_path, "query.log")
   end
 
   def setup
@@ -71,6 +71,6 @@ class AnalyzerTest < Test::Unit::TestCase
   end
 
   def expected_analyzed_query(file_name)
-    File.read(File.join(@fixture_path, file_name))
+    File.read(File.join(@fixtures_path, file_name))
   end
 end
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index