-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: legacy-1.0.0-rc2
-
Component/s: Implementation
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()); }
- related to
-
CXX-441 Support cursor in listCollections command
- Closed