Kouhei Sutou
null+****@clear*****
Tue Dec 20 15:24:52 JST 2016
Kouhei Sutou 2016-12-20 15:24:52 +0900 (Tue, 20 Dec 2016) New Revision: dcdc765e176604b191a018f19387e00ace694bea https://github.com/groonga/groonga-command-parser/commit/dcdc765e176604b191a018f19387e00ace694bea Message: Remove ffi-yajl related code Modified files: test/run-test.rb Modified: test/run-test.rb (+1 -8) =================================================================== --- test/run-test.rb 2016-12-20 15:24:33 +0900 (da73afe) +++ test/run-test.rb 2016-12-20 15:24:52 +0900 (2f2e404) @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -# Copyright (C) 2012-2013 Kouhei Sutou <kou �� clear-code.com> +# Copyright (C) 2012-2016 Kouhei Sutou <kou �� clear-code.com> # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -36,13 +36,6 @@ end $LOAD_PATH.unshift(lib_dir) $LOAD_PATH.unshift(test_dir) -# TODO: Remove me when suppress warnings patches are merged int -# ffi_yajl. -require "stringio" -$VERBOSE = false -require "ffi_yajl/ffi" -$VERBOSE = true - require "groonga-command-parser-test-utils" ENV["TEST_UNIT_MAX_DIFF_TARGET_STRING_SIZE"] ||= "5000" -------------- next part -------------- HTML����������������������������...Download