mongo-ruby-driver/test
Seamus Abshere d8f94e6f63 Since `URI.decode_www_form` is Ruby 1.9-only, use `CGI.parse` instead
Conflicts:
	lib/mongo/util/uri_parser.rb - replaced @TylerBrock's (temp?) fix with this one, which uses the stdlib
	test/uri_test.rb - reintroduced test for conflicting URL separators... and added a new test for URL-encoded parts
2012-06-04 12:54:48 -05:00
..
auxillary [Gary] require test_helper edits to work everywhere including via IDE (RubyMine), Gemfile for JRuby 2012-04-11 11:08:04 -04:00
bson Merge pull request #101 from farrel/master 2012-06-01 11:33:52 -07:00
data added failing test: reading chunks from an empty (zero-length) grid-stored file 2011-05-10 22:57:22 -05:00
load RUBY-378: fixed documentation and tests for new ReplSetConnection seed format 2012-02-18 18:35:29 -05:00
replica_sets Use ENV["MONGODB_URI"] if available. 2012-06-04 13:24:30 -04:00
support Remove duplicated Hash#assert_valid_keys 2011-02-20 15:41:35 +01:00
threading [Gary] require test_helper edits to work everywhere including via IDE (RubyMine), Gemfile for JRuby 2012-04-11 11:08:04 -04:00
tools minor: read preference test fix 2012-06-04 13:23:56 -04:00
unit Use ENV["MONGODB_URI"] if available. 2012-06-04 13:24:30 -04:00
collection_test.rb [Gary] require test_helper edits to work everywhere including via IDE (RubyMine), Gemfile for JRuby 2012-04-11 11:08:04 -04:00
connection_test.rb Use ENV["MONGODB_URI"] if available. 2012-06-04 13:24:30 -04:00
conversions_test.rb [Gary] require test_helper edits to work everywhere including via IDE (RubyMine), Gemfile for JRuby 2012-04-11 11:08:04 -04:00
cursor_fail_test.rb [Gary] require test_helper edits to work everywhere including via IDE (RubyMine), Gemfile for JRuby 2012-04-11 11:08:04 -04:00
cursor_message_test.rb [Gary] require test_helper edits to work everywhere including via IDE (RubyMine), Gemfile for JRuby 2012-04-11 11:08:04 -04:00
cursor_test.rb [Gary] require test_helper edits to work everywhere including via IDE (RubyMine), Gemfile for JRuby 2012-04-11 11:08:04 -04:00
db_api_test.rb [Gary] require test_helper edits to work everywhere including via IDE (RubyMine), Gemfile for JRuby 2012-04-11 11:08:04 -04:00
db_connection_test.rb [Gary] require test_helper edits to work everywhere including via IDE (RubyMine), Gemfile for JRuby 2012-04-11 11:08:04 -04:00
db_test.rb [Gary] require test_helper edits to work everywhere including via IDE (RubyMine), Gemfile for JRuby 2012-04-11 11:08:04 -04:00
grid_file_system_test.rb [Gary] require test_helper edits to work everywhere including via IDE (RubyMine), Gemfile for JRuby 2012-04-11 11:08:04 -04:00
grid_io_test.rb add test for save_chunk fix 2012-06-04 13:24:30 -04:00
grid_test.rb [Gary] require test_helper edits to work everywhere including via IDE (RubyMine), Gemfile for JRuby 2012-04-11 11:08:04 -04:00
pool_test.rb [Gary] require test_helper edits to work everywhere including via IDE (RubyMine), Gemfile for JRuby 2012-04-11 11:08:04 -04:00
safe_test.rb [Gary] require test_helper edits to work everywhere including via IDE (RubyMine), Gemfile for JRuby 2012-04-11 11:08:04 -04:00
support_test.rb [Gary] require test_helper edits to work everywhere including via IDE (RubyMine), Gemfile for JRuby 2012-04-11 11:08:04 -04:00
test_helper.rb RUBY-422 Cleanup testing output 2012-03-16 16:17:33 -04:00
threading_test.rb [Gary] require test_helper edits to work everywhere including via IDE (RubyMine), Gemfile for JRuby 2012-04-11 11:08:04 -04:00
timeout_test.rb [Gary] require test_helper edits to work everywhere including via IDE (RubyMine), Gemfile for JRuby 2012-04-11 11:08:04 -04:00
uri_test.rb Since `URI.decode_www_form` is Ruby 1.9-only, use `CGI.parse` instead 2012-06-04 12:54:48 -05:00