Missed conflict before

This commit is contained in:
Adrian Madrid 2008-12-09 10:41:57 -07:00
parent 2552746824
commit 0d3e0bff68
1 changed files with 0 additions and 3 deletions

View File

@ -12,11 +12,8 @@ class DBAPITest < Test::Unit::TestCase
@db = XGen::Mongo::Driver::Mongo.new(host, port).db('ruby-mongo-test')
@coll = @db.collection('test')
@coll.clear
<<<<<<< HEAD:tests/test_db_api.rb
@r1 = @coll.insert('_id' => new_oid, 'a' => 1) # collection not created until it's used
=======
@r1 = @coll.insert('a' => 1) # collection not created until it's used
>>>>>>> 135a9ca0ab28335d8f9eaaa78fed7cc502d062df:tests/test_db_api.rb
@coll_full_name = 'ruby-mongo-test.test'
end