Missed conflict before
This commit is contained in:
parent
2552746824
commit
0d3e0bff68
|
@ -12,11 +12,8 @@ class DBAPITest < Test::Unit::TestCase
|
||||||
@db = XGen::Mongo::Driver::Mongo.new(host, port).db('ruby-mongo-test')
|
@db = XGen::Mongo::Driver::Mongo.new(host, port).db('ruby-mongo-test')
|
||||||
@coll = @db.collection('test')
|
@coll = @db.collection('test')
|
||||||
@coll.clear
|
@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('_id' => new_oid, 'a' => 1) # collection not created until it's used
|
||||||
=======
|
|
||||||
@r1 = @coll.insert('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'
|
@coll_full_name = 'ruby-mongo-test.test'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue