[Groonga-commit] groonga/groonga-test [master] Use .expected as suffix instead of .result

Back to archive index

null+****@clear***** null+****@clear*****
2012年 3月 6日 (火) 09:48:32 JST


Kouhei Sutou	2012-03-06 09:48:32 +0900 (Tue, 06 Mar 2012)

  New Revision: 706cafdbbdeb8849f53391d883623a89a68d16fe

  Log:
    Use .expected as suffix instead of .result

  Modified files:
    bin/groonga-test

  Modified: bin/groonga-test (+1 -1)
===================================================================
--- bin/groonga-test    2012-03-05 18:55:46 +0900 (ebc88b2)
+++ bin/groonga-test    2012-03-06 09:48:32 +0900 (345654a)
@@ -187,7 +187,7 @@ class GroongaTester
 
     def read_expected_result
       return nil unless have_extension?
-      result_path = related_file_path("result")
+      result_path = related_file_path("expected")
       return nil if result_path.nil?
       return nil unless result_path.exist?
       result_path.open("r:ascii-8bit") do |result_file|




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