Kouhei Sutou
null+****@clear*****
Thu Nov 21 13:54:26 JST 2013
Kouhei Sutou 2013-11-21 13:54:26 +0900 (Thu, 21 Nov 2013) New Revision: 0c54b3be62cd11db38a4560c4448537ffa3e0eb2 https://github.com/droonga/drntest/commit/0c54b3be62cd11db38a4560c4448537ffa3e0eb2 Message: Stop to normalize expected JSON The expected JSON should be normalized by hand. Modified files: lib/drntest/test-runner.rb Modified: lib/drntest/test-runner.rb (+1 -2) =================================================================== --- lib/drntest/test-runner.rb 2013-11-21 13:05:54 +0900 (8a1c4b3) +++ lib/drntest/test-runner.rb 2013-11-21 13:54:26 +0900 (e89b45f) @@ -73,8 +73,7 @@ module Drntest end def load_expected - expected = JSON.parse(expected_path.read) - normalize_result(expected) + JSON.parse(expected_path.read) end def expected_exist? -------------- next part -------------- HTML����������������������������...Download