[Groonga-commit] groonga/groonga-query-log at 6f94786 [master] test: follow output change

Back to archive index
Kouhei Sutou null+****@clear*****
Wed Nov 7 14:30:35 JST 2018


Kouhei Sutou	2018-11-07 14:30:35 +0900 (Wed, 07 Nov 2018)

  Revision: 6f947860882849c2b5a50789ea64de0f7293d218
  https://github.com/groonga/groonga-query-log/commit/6f947860882849c2b5a50789ea64de0f7293d218

  Message:
    test: follow output change

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

  Modified: test/command/test-format-regression-test-logs.rb (+3 -3)
===================================================================
--- test/command/test-format-regression-test-logs.rb    2018-11-07 14:08:42 +0900 (2f71517)
+++ test/command/test-format-regression-test-logs.rb    2018-11-07 14:30:35 +0900 (b99793c)
@@ -1,6 +1,4 @@
-# -*- coding: utf-8 -*-
-#
-# Copyright (C) 2014  Kouhei Sutou <kou****@clear*****>
+# Copyright (C) 2014-2018  Kouhei Sutou <kou****@clear*****>
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -48,6 +46,7 @@ class FormatRegressionTestLogsCommandTest < Test::Unit::TestCase
 
   def test_command_format
     output = <<-OUTPUT
+Command:
 select Logs
 Name: select
 Arguments:
@@ -67,6 +66,7 @@ Arguments:
 
   def test_url_format
     output = <<-OUTPUT
+Command:
 /d/select?table=Logs&match_columns=message&query=%E7%84%BC%E8%82%89
 Name: select
 Arguments:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181107/03fffbe7/attachment.html>


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