mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-07 14:37:32 +01:00
GH #440 MongoDB ObjectId string formatting
This commit is contained in:
@@ -30,50 +30,28 @@ public:
|
||||
|
||||
virtual ~MongoDBTest();
|
||||
|
||||
|
||||
void testInsertRequest();
|
||||
|
||||
|
||||
void testQueryRequest();
|
||||
|
||||
|
||||
void testDBQueryRequest();
|
||||
|
||||
|
||||
void testCountCommand();
|
||||
|
||||
|
||||
void testDBCountCommand();
|
||||
|
||||
|
||||
void testDBCount2Command();
|
||||
|
||||
|
||||
void testDeleteRequest();
|
||||
|
||||
|
||||
void testBuildInfo();
|
||||
|
||||
|
||||
void testConnectionPool();
|
||||
|
||||
|
||||
void testCursorRequest();
|
||||
|
||||
|
||||
void testObjectID();
|
||||
void setUp();
|
||||
|
||||
|
||||
void tearDown();
|
||||
|
||||
|
||||
static CppUnit::Test* suite();
|
||||
|
||||
private:
|
||||
|
||||
bool _connected;
|
||||
|
||||
Poco::MongoDB::Connection _mongo;
|
||||
std::string _host;
|
||||
unsigned _port;
|
||||
static bool _connected;
|
||||
static Poco::MongoDB::Connection _mongo;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user