Details
-
Bug
-
Resolution: Done
-
Major - P3
-
legacy-1.0.0-rc2
Description
This fails on the current driver running against MongoDB < 2.6
// Start with empty collection |
TEST_F(DBClientTest, AggregateNoResults) {
|
std::auto_ptr<DBClientCursor> cursor = c.aggregate(TEST_NS, BSONObj());
|
ASSERT_TRUE(cursor.get());
|
ASSERT_FALSE(cursor->more());
|
}
|
Attachments
Issue Links
- related to
-
CXX-441 Support cursor in listCollections command
-
- Closed
-