[Groonga-commit] groonga/grntest at 11147b6 [master] Ensure result data binary

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Oct 31 12:27:10 JST 2017


Kouhei Sutou	2017-10-31 12:27:10 +0900 (Tue, 31 Oct 2017)

  New Revision: 11147b6144c8e1f4fe7161b4968d4f571a6af140
  https://github.com/groonga/grntest/commit/11147b6144c8e1f4fe7161b4968d4f571a6af140

  Message:
    Ensure result data binary

  Modified files:
    lib/grntest/test-runner.rb

  Modified: lib/grntest/test-runner.rb (+2 -2)
===================================================================
--- lib/grntest/test-runner.rb    2017-08-16 09:49:16 +0900 (2967d5b)
+++ lib/grntest/test-runner.rb    2017-10-31 12:27:10 +0900 (026da8e)
@@ -536,11 +536,11 @@ http {
     end
 
     def normalize_actual_result(result)
-      normalized_result = ""
+      normalized_result = "".b
       result.actual.each do |tag, content, options|
         case tag
         when :input
-          normalized_result << content
+          normalized_result << content.b
         when :output
           normalized_result << normalize_output(content, options)
         when :error
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171031/4fb4e2fa/attachment.htm 



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