[Groonga-commit] groonga/groonga-query-log at 8fab0dc [master] Fix a typo

Back to archive index
Kouhei Sutou null+****@clear*****
Mon Jan 21 13:08:30 JST 2019


Kouhei Sutou	2019-01-21 13:08:30 +0900 (Mon, 21 Jan 2019)

  Revision: 8fab0dcaa8531be1c0a9326ad4dd8dec8d9a2a32
  https://github.com/groonga/groonga-query-log/commit/8fab0dcaa8531be1c0a9326ad4dd8dec8d9a2a32

  Message:
    Fix a typo

  Modified files:
    test/command/test-format-regression-test-logs.rb

  Modified: test/command/test-format-regression-test-logs.rb (+3 -2)
===================================================================
--- test/command/test-format-regression-test-logs.rb    2019-01-21 13:07:33 +0900 (e78110c)
+++ test/command/test-format-regression-test-logs.rb    2019-01-21 13:08:30 +0900 (b46df0f)
@@ -1,3 +1,4 @@
+# coding: utf-8
 # Copyright (C) 2014-2018  Kouhei Sutou <kou****@clear*****>
 #
 # This library is free software; you can redistribute it and/or
@@ -29,13 +30,13 @@ class FormatRegressionTestLogsCommandTest < Test::Unit::TestCase
     success = false
     begin
       $stdout.reopen(output)
-      succees =****@comma*****(command_line)
+      success =****@comma*****(command_line)
     ensure
       $stdout.reopen(stdout)
     end
     output.close
     output.open
-    [succees, output.read]
+    [success, output.read]
   end
 
   def fixture_path(*components)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190121/9c6422cd/attachment.html>


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