[Groonga-commit] groonga/grntest [master] run -> execute

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Aug 12 12:20:20 JST 2012


Kouhei Sutou	2012-08-12 12:20:20 +0900 (Sun, 12 Aug 2012)

  New Revision: e37f7b0418b0b226dc35c3a89e258f8238f77498
  https://github.com/groonga/grntest/commit/e37f7b0418b0b226dc35c3a89e258f8238f77498

  Log:
    run -> execute

  Modified files:
    lib/grntest/tester.rb

  Modified: lib/grntest/tester.rb (+2 -2)
===================================================================
--- lib/grntest/tester.rb    2012-08-12 12:16:03 +0900 (cb76690)
+++ lib/grntest/tester.rb    2012-08-12 12:20:20 +0900 (4809b6e)
@@ -638,7 +638,7 @@ module Grntest
         @worker.start_test
         result = TestResult.new(@worker)
         result.measure do
-          result.actual = run_groonga_script
+          result.actual = execute_groonga_script
         end
         result.actual = normalize_result(result.actual)
         result.expected = read_expected_result
@@ -660,7 +660,7 @@ module Grntest
       end
 
       private
-      def run_groonga_script
+      def execute_groonga_script
         create_temporary_directory do |directory_path|
           db_dir = directory_path + "db"
           FileUtils.mkdir_p(db_dir.to_s)
-------------- next part --------------
HTML����������������������������...
Download 



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