[Groonga-commit] groonga/groonga-query-log at 268a52f [master] test: use a defined variable

Back to archive index

Kouhei Sutou null+****@clear*****
Thu May 8 17:22:24 JST 2014


Kouhei Sutou	2014-05-08 17:22:24 +0900 (Thu, 08 May 2014)

  New Revision: 268a52fe7c3bf95f031015ce597f999e9f5b0c78
  https://github.com/groonga/groonga-query-log/commit/268a52fe7c3bf95f031015ce597f999e9f5b0c78

  Message:
    test: use a defined variable

  Modified files:
    test/test-replayer.rb

  Modified: test/test-replayer.rb (+2 -2)
===================================================================
--- test/test-replayer.rb    2014-05-08 16:25:34 +0900 (feab790)
+++ test/test-replayer.rb    2014-05-08 17:22:24 +0900 (1cb11c2)
@@ -33,8 +33,8 @@ class ReplayerTest < Test::Unit::TestCase
 
       def test_port
         port = 2929
-        @options.port = 2929
-        mock_client_open(:port => 2929)
+        @options.port = port
+        mock_client_open(:port => port)
         replay
       end
 
-------------- next part --------------
HTML����������������������������...
Télécharger 



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