[SF 2505290] DB connection as URI (MySQL not tested!)

This commit is contained in:
Aleksandar Fabijanic
2009-01-13 19:51:48 +00:00
parent 8abc90f989
commit b38f5ce99c
25 changed files with 199 additions and 47 deletions

View File

@@ -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&) { }