merged changes from develop; added authentication support

This commit is contained in:
Guenter Obiltschnig
2017-02-12 23:13:51 +01:00
parent 155c12e2e0
commit 9f8146ccaa
12 changed files with 547 additions and 142 deletions

View File

@@ -41,6 +41,8 @@ public:
void testConnectionPool();
void testCursorRequest();
void testObjectID();
void testCommand();
void testUUID();
void setUp();
void tearDown();
@@ -48,10 +50,7 @@ public:
private:
std::string _host;
unsigned _port;
static bool _connected;
static Poco::MongoDB::Connection _mongo;
static Poco::MongoDB::Connection::Ptr _mongo;
};