[Groonga-commit] droonga/drntest at f8829e3 [master] Remove needless json generation

Back to archive index

Yoji Shidara null+****@clear*****
Thu Sep 19 12:50:04 JST 2013


Yoji Shidara	2013-09-19 12:50:04 +0900 (Thu, 19 Sep 2013)

  New Revision: f8829e36860fbae2351cd542bfb8fea312dced47
  https://github.com/droonga/drntest/commit/f8829e36860fbae2351cd542bfb8fea312dced47

  Message:
    Remove needless json generation

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

  Modified: lib/drntest/test-runner.rb (+0 -1)
===================================================================
--- lib/drntest/test-runner.rb    2013-09-19 12:46:49 +0900 (4dd3e21)
+++ lib/drntest/test-runner.rb    2013-09-19 12:50:04 +0900 (5de9149)
@@ -24,7 +24,6 @@ module Drntest
         return
       end
       actual = normalize_result(actual)
-      actual_json = actual.to_json
 
       if File.exist?(expected_path)
         expected = JSON.parse(File.read(expected_path))
-------------- next part --------------
HTML����������������������������...
Download 



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