[Groonga-commit] groonga/grntest [master] Use GQTPExecuter

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 6日 (水) 17:16:08 JST


Haruka Yoshihara	2012-06-06 17:16:08 +0900 (Wed, 06 Jun 2012)

  New Revision: 986ab6b1f65c76784dcb0236d9c76e5da586a409

  Log:
    Use GQTPExecuter

  Modified files:
    test/test-executor.rb

  Modified: test/test-executor.rb (+1 -1)
===================================================================
--- test/test-executor.rb    2012-06-06 17:15:17 +0900 (1bda6fe)
+++ test/test-executor.rb    2012-06-06 17:16:08 +0900 (d94bbb5)
@@ -21,7 +21,7 @@ class TestExecutor < Test::Unit::TestCase
   def setup
     input = StringIO.new
     output = StringIO.new
-    @executor = Groonga::Tester::Executor.new(input, output)
+    @executor = Groonga::Tester::GQTPExecutor.new(input, output)
     @context =****@execu*****
     @script = Tempfile.new("test-executor")
   end




Groonga-commit メーリングリストの案内
Back to archive index