Navigation Menu

Skip to content

Commit

Permalink
test: follow directory change
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 11, 2012
1 parent c387729 commit 9b52d03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test-executor.rb
Expand Up @@ -15,13 +15,13 @@

require "stringio"
require "cgi/util"
require "groonga/tester"
require "grntest/tester"

class TestExecutor < Test::Unit::TestCase
def setup
input = StringIO.new
output = StringIO.new
@executor = Groonga::Tester::GQTPExecutor.new(input, output)
@executor = Grntest::Tester::StandardIOExecutor.new(input, output)
@context = @executor.context
@script = Tempfile.new("test-executor")
end
Expand Down Expand Up @@ -173,7 +173,7 @@ def test_value_double_quote

private
def convert(command)
converter = Groonga::Tester::CommandFormatConverter.new(command)
converter = Grntest::Tester::CommandFormatConverter.new(command)
converter.to_url
end

Expand Down

0 comments on commit 9b52d03

Please sign in to comment.