[Groonga-commit] ranguba/rroonga at 3fe0d4b [master] test: substitute missing changed variable name...

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Sun Aug 17 12:02:03 JST 2014


Kouhei Sutou	2014-08-17 12:02:03 +0900 (Sun, 17 Aug 2014)

  New Revision: 3fe0d4b99dc2e9f41e3ee45ebd4f41abc5a0ae9f
  https://github.com/ranguba/rroonga/commit/3fe0d4b99dc2e9f41e3ee45ebd4f41abc5a0ae9f

  Message:
    test: substitute missing changed variable name...
    
    Sorry...

  Modified files:
    test/test-database.rb

  Modified: test/test-database.rb (+1 -1)
===================================================================
--- test/test-database.rb    2014-08-17 11:59:19 +0900 (4b27648)
+++ test/test-database.rb    2014-08-17 12:02:03 +0900 (eb4c169)
@@ -66,7 +66,7 @@ class DatabaseTest < Test::Unit::TestCase
     end
 
     Groonga::Database.create(:path => @database_path.to_s)
-    assert_not_predicate(Groonga::Database.new(db_path.to_s), :closed?)
+    assert_not_predicate(Groonga::Database.new(@database_path.to_s), :closed?)
   end
 
   def test_each
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index