Removed redundant test

This commit is contained in:
Kyle Banker 2010-12-15 12:14:40 -05:00
parent 39b9656fc4
commit f38f2c32f7
1 changed files with 0 additions and 6 deletions

View File

@ -49,12 +49,6 @@ class TestConnection < Test::Unit::TestCase
assert_raise Mongo::InvalidNSName do @conn.db('te st') end
end
def test_replica_set_connection_name
assert_raise Mongo::ReplicaSetConnectionError do
standard_connection(:rs_name => "replica-set-wrong-name")
end
end
def test_options_passed_to_db
@pk_mock = Object.new
db = @conn.db('test', :pk => @pk_mock, :strict => true)