[Groonga-commit] groonga/groonga at b205a61 [master] test: follow mruby update change

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Apr 10 10:45:19 JST 2018


Kouhei Sutou	2018-04-10 10:45:19 +0900 (Tue, 10 Apr 2018)

  New Revision: b205a614a12d728ab4c0cb7c9301d937444d5459
  https://github.com/groonga/groonga/commit/b205a614a12d728ab4c0cb7c9301d937444d5459

  Message:
    test: follow mruby update change

  Modified files:
    test/command_line/suite/grndb/test_check.rb

  Modified: test/command_line/suite/grndb/test_check.rb (+2 -2)
===================================================================
--- test/command_line/suite/grndb/test_check.rb    2018-04-09 18:15:35 +0900 (b2f0c5951)
+++ test/command_line/suite/grndb/test_check.rb    2018-04-10 10:45:19 +0900 (fca95fe68)
@@ -11,8 +11,8 @@ class TestGrnDBCheck < GroongaTestCase
               "--groonga-log-path", "/nonexistent2")
       end
       assert_equal(<<-MESSAGE, error.error_output)
-[/nonexistent1] Can't open Groonga log path: RuntimeError: open
-[/nonexistent2] Can't open Groonga log path: RuntimeError: open
+[/nonexistent1] Can't open Groonga log path: RuntimeError: open /nonexistent1
+[/nonexistent2] Can't open Groonga log path: RuntimeError: open /nonexistent2
       MESSAGE
     end
 
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180410/261f0c48/attachment.htm 



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