mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 12:18:01 +01:00
[SF 2505290] DB connection as URI (MySQL not tested!)
This commit is contained in:
@@ -238,7 +238,7 @@ void SessionPoolTest::testSessionPoolContainer()
|
||||
spc.add("test", "cs");
|
||||
spc.add("test", "cs");//duplicate request, must be silently ignored
|
||||
assert (1 == spc.count());
|
||||
spc.remove("test://cs");
|
||||
spc.remove("test:///cs");
|
||||
assert (0 == spc.count());
|
||||
try { spc.get("test"); fail ("must fail"); }
|
||||
catch (NotFoundException&) { }
|
||||
|
||||
Reference in New Issue
Block a user