[Groonga-commit] ranguba/rroonga at 4151cb2 [master] test: remove needless code

Back to archive index

Kouhei Sutou null+****@clear*****
Wed May 13 18:46:25 JST 2015


Kouhei Sutou	2015-05-13 18:46:25 +0900 (Wed, 13 May 2015)

  New Revision: 4151cb2117444e52fa85fa5c7163b004d81ee4d2
  https://github.com/ranguba/rroonga/commit/4151cb2117444e52fa85fa5c7163b004d81ee4d2

  Message:
    test: remove needless code

  Modified files:
    test/test-logger.rb

  Modified: test/test-logger.rb (+0 -2)
===================================================================
--- test/test-logger.rb    2015-05-13 18:24:29 +0900 (c935aa6)
+++ test/test-logger.rb    2015-05-13 18:46:25 +0900 (c8279b0)
@@ -18,12 +18,10 @@ class LoggerTest < Test::Unit::TestCase
 
   def setup
     @default_log_path = Groonga::Logger.path
-    @default_query_log_path = Groonga::QueryLogger.path
   end
 
   def teardown
     Groonga::Logger.path = @default_log_path
-    Groonga::QueryLogger.path = @default_query_log_path
   end
 
   def test_reopen
-------------- next part --------------
HTML����������������������������...
Download 



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