Kouhei Sutou
null+****@clear*****
Mon Aug 12 12:40:37 JST 2013
Kouhei Sutou 2013-08-12 12:40:37 +0900 (Mon, 12 Aug 2013) New Revision: 5382d398b4396450c0b4c3755821099c1ce3b994 https://github.com/groonga/grntest/commit/5382d398b4396450c0b4c3755821099c1ce3b994 Message: Follow path change Modified files: test/test-executor.rb Modified: test/test-executor.rb (+3 -3) =================================================================== --- test/test-executor.rb 2013-08-12 12:34:36 +0900 (8efb110) +++ test/test-executor.rb 2013-08-12 12:40:37 +0900 (c0ee211) @@ -1,4 +1,4 @@ -# Copyright (C) 2012 Kouhei Sutou <kou �� clear-code.com> +# Copyright (C) 2012-2013 Kouhei Sutou <kou �� clear-code.com> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -15,13 +15,13 @@ require "stringio" require "cgi/util" -require "grntest/tester" +require "grntest/executors/standard-io-executor" class TestExecutor < Test::Unit::TestCase def setup input = StringIO.new output = StringIO.new - @executor = Grntest::Tester::StandardIOExecutor.new(input, output) + @executor = Grntest::Executors::StandardIOExecutor.new(input, output) @context =****@execu***** @script = Tempfile.new("test-executor") end -------------- next part -------------- HTML����������������������������...Download