Skip to content
This repository was archived by the owner on Oct 18, 2021. It is now read-only.

Commit a010e16

Browse files
committed
split 3.0 and 3.2 tests and remove references to system.indexes collection in 3.2
1 parent 152fc9b commit a010e16

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+3314
-5
lines changed

tests/client/db.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ fn create_collection() {
1919
.expect("Failed to execute list_collections command.");;
2020

2121
let results = cursor.next_n(5).unwrap();
22+
2223
assert_eq!(3, results.len());
2324

2425
match results[0].get("name") {

tests/lib.rs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ extern crate rand;
55
extern crate rustc_serialize;
66
extern crate nalgebra;
77

8-
mod apm;
9-
mod auth;
10-
mod client;
118
mod json;
12-
mod sdam;
13-
mod server_selection;
9+
mod v3_0;
10+
mod v3_2;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)