minor: test fix

This commit is contained in:
Kyle Banker 2010-03-19 16:00:17 -04:00
parent f2bc05f51c
commit 372f578389

View File

@ -204,11 +204,13 @@ class BSONTest < Test::Unit::TestCase
bson = Mongo::BSON_CODER.serialize(doc) bson = Mongo::BSON_CODER.serialize(doc)
rescue => e rescue => e
ensure ensure
if !invalid_date.is_a? Time
assert_equal InvalidDocument, e.class assert_equal InvalidDocument, e.class
assert_match /UTC Time/, e.message assert_match /UTC Time/, e.message
end end
end end
end end
end
def test_dbref def test_dbref
oid = ObjectID.new oid = ObjectID.new