mongo-ruby-driver/tests
Jim Menard e0162aebb9 Level 1 support:
- Added PK factory support to the db class. Documented it in the README.

- Mongo#db now takes an options hash (right now, for :strict and :pk) and
  passes it in to the DB constructor.
2009-01-16 14:41:53 -05:00
..
test_admin.rb Mongo and DB ctors can now take array of nodes. Tests now close @db in teardown. 2009-01-14 18:37:28 -05:00
test_bson.rb Removed incorrect comments in tests. 2009-01-14 16:23:35 -05:00
test_byte_buffer.rb Clarified ByteBuffer.get behavior: get() returns one byte, get(1) returns array of length one. 2008-12-18 16:14:56 -05:00
test_cursor.rb Mongo and DB ctors can now take array of nodes. Tests now close @db in teardown. 2009-01-14 18:37:28 -05:00
test_db.rb Level 1 support: 2009-01-16 14:41:53 -05:00
test_db_api.rb Simplified DB#collection logic. Removed assert that only worked coincidentally. 2009-01-16 13:24:49 -05:00
test_db_connection.rb include XGen::Mongo::Driver in test classes 2008-12-18 21:57:20 -05:00
test_message.rb include XGen::Mongo::Driver in test classes 2008-12-18 21:57:20 -05:00
test_mongo.rb Added Mongo#database_info and Mongo#database_names. 2009-01-16 09:52:31 -05:00
test_objectid.rb New ObjectID#legal_oid_string. Use that in ObjectID#from_string. 2009-01-15 11:25:23 -05:00
test_ordered_hash.rb Removed incorrect comments in tests. 2009-01-14 16:23:35 -05:00
test_round_trip.rb mongo-qa dir structure changed 2009-01-15 15:11:07 -05:00