[Groonga-commit] groonga/grntest [master] Integrate the method in create_temporary_directory

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 12日 (火) 16:37:31 JST


Haruka Yoshihara	2012-06-12 16:37:31 +0900 (Tue, 12 Jun 2012)

  New Revision: 23f62a7acc3b139bf3474a812abf0aec6c10c61a

  Log:
    Integrate the method in create_temporary_directory

  Modified files:
    lib/groonga/tester.rb

  Modified: lib/groonga/tester.rb (+1 -5)
===================================================================
--- lib/groonga/tester.rb    2012-06-12 16:29:14 +0900 (ee6f4c9)
+++ lib/groonga/tester.rb    2012-06-12 16:37:31 +0900 (8a09d0e)
@@ -260,7 +260,7 @@ module Groonga
       end
 
       def create_temporary_directory
-        path = temporary_path
+        path = "tmp"
         FileUtils.rm_rf(path)
         FileUtils.mkdir_p(path)
         begin
@@ -275,10 +275,6 @@ module Groonga
         end
       end
 
-      def temporary_path
-        "tmp"
-      end
-
       def keep_database_path
         @test_script_path.to_s.gsub(/\//, ".")
       end




Groonga-commit メーリングリストの案内
Back to archive index