about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2014-02-09 09:36:38 +0000
committerEric Wong <normalperson@yhbt.net>2014-02-09 09:36:38 +0000
commit2448b18bba6902cffc5f3044081c5945fb1d321d (patch)
tree70dfd72f6a008df001dd5c1827b3c1aa1c0d8747
parent434a20bcbc306ffb484c4a38e99ca82de2c0e08b (diff)
downloadruby-tdb-2448b18bba6902cffc5f3044081c5945fb1d321d.tar.gz
Not sure if it's an rbx implementation difference or not,
but initialize is obviously wrapped and probably(?) private
depending on the version/implemntation of Ruby...
-rw-r--r--test/test_tdb_mt.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_tdb_mt.rb b/test/test_tdb_mt.rb
index 0f8211d..5e38901 100644
--- a/test/test_tdb_mt.rb
+++ b/test/test_tdb_mt.rb
@@ -81,6 +81,7 @@ class Test_TDB_MT < Test::Unit::TestCase
     m += [ :include?, :member? ]
     m.sort!
     unwrapped = ( (m - mt) | (mt - m)).uniq
+    unwrapped -= [ :initialize ]
     assert unwrapped.empty?, "unwrapped methods: #{unwrapped.inspect}"
     @tdb = TDB.new(nil)
     respond_to?(:refute_match) and