[Groonga-commit] groonga/grntest [master] test: follow directory change

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Sat Aug 11 22:01:51 JST 2012


Kouhei Sutou	2012-08-11 22:01:51 +0900 (Sat, 11 Aug 2012)

  New Revision: 9b52d038c7e6b84e64884268e355628db1d52499
  https://github.com/groonga/grntest/commit/9b52d038c7e6b84e64884268e355628db1d52499

  Log:
    test: follow directory change

  Modified files:
    test/test-executor.rb

  Modified: test/test-executor.rb (+3 -3)
===================================================================
--- test/test-executor.rb    2012-08-11 22:00:45 +0900 (d94bbb5)
+++ test/test-executor.rb    2012-08-11 22:01:51 +0900 (0a723c8)
@@ -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 =****@execu*****
     @script = Tempfile.new("test-executor")
   end
@@ -173,7 +173,7 @@ EOF
 
     private
     def convert(command)
-      converter = Groonga::Tester::CommandFormatConverter.new(command)
+      converter = Grntest::Tester::CommandFormatConverter.new(command)
       converter.to_url
     end
 
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る