[Groonga-commit] ranguba/rroonga at 9b216e3 [master] test: remove needless Groonga version check

Back to archive index

Masafumi Yokoyama null+****@clear*****
Mon Feb 29 00:32:15 JST 2016


Masafumi Yokoyama	2016-02-29 00:32:15 +0900 (Mon, 29 Feb 2016)

  New Revision: 9b216e308a38e2570628e9b48f1f126de7faea53
  https://github.com/ranguba/rroonga/commit/9b216e308a38e2570628e9b48f1f126de7faea53

  Message:
    test: remove needless Groonga version check

  Modified files:
    test/test-database.rb

  Modified: test/test-database.rb (+0 -2)
===================================================================
--- test/test-database.rb    2016-02-29 00:30:01 +0900 (62d7c7b)
+++ test/test-database.rb    2016-02-29 00:32:15 +0900 (638c4d0)
@@ -71,8 +71,6 @@ class DatabaseTest < Test::Unit::TestCase
   end
 
   def test_new
-    # TODO: remove the line when Groonga 5.0.5 released.
-    omit("This test is failing on Groonga 5.0.4.") if Groonga.version == "5.0.4"
     assert_raise(Groonga::NoSuchFileOrDirectory) do
       new_context = Groonga::Context.new
       Groonga::Database.new(@database_path.to_s, :context => new_context)
-------------- next part --------------
HTML����������������������������...
다운로드 



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