[Groonga-commit] groonga/grntest [master] Rename directive to on-error

Back to archive index

HAYASHI Kentaro null+****@clear*****
Mon Nov 19 15:01:46 JST 2012


HAYASHI Kentaro	2012-11-19 15:01:46 +0900 (Mon, 19 Nov 2012)

  New Revision: 374924a84dca380a06906e005ccc88cd7e8fcad6
  https://github.com/groonga/grntest/commit/374924a84dca380a06906e005ccc88cd7e8fcad6

  Log:
    Rename directive to on-error
    
    #@ignore-feature-on-error ->
    #@on-error

  Modified files:
    test/test-executor.rb

  Modified: test/test-executor.rb (+3 -3)
===================================================================
--- test/test-executor.rb    2012-11-19 13:42:34 +0900 (743f7d3)
+++ test/test-executor.rb    2012-11-19 15:01:46 +0900 (444ae32)
@@ -53,9 +53,9 @@ class TestExecutor < Test::Unit::TestCase
     end
 
     def test_enable_ignore_feature_on_error
-      assert_not_predicate(@context, :ignore_feature?)
-      execute("\#@ignore-feature-on-error")
-      assert_predicate(@context, :ignore_feature?)
+      assert_not_equal(@context.on_error?, :omit)
+      execute("\#@on-error omit")
+      assert_equal(@context.on_error?, :omit)
     end
   end
 
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index