diff options
Diffstat (limited to 'cpp/test/IceGrid/session/AllTests.cpp')
-rw-r--r-- | cpp/test/IceGrid/session/AllTests.cpp | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/cpp/test/IceGrid/session/AllTests.cpp b/cpp/test/IceGrid/session/AllTests.cpp index 6e5d6c8c00a..7234d01584c 100644 --- a/cpp/test/IceGrid/session/AllTests.cpp +++ b/cpp/test/IceGrid/session/AllTests.cpp @@ -1330,16 +1330,20 @@ allTests(const Ice::CommunicatorPtr& communicator) test(serial + 1 == appObs2->serial); ++serial; - try - { - ApplicationUpdateDescriptor update; - update.name = "Application"; - admin1->updateApplication(update); - test(false); - } - catch(const AccessDeniedException&) - { - } + // + // We now allow modifying the database without holding the + // exclusive lock. + // +// try +// { +// ApplicationUpdateDescriptor update; +// update.name = "Application"; +// admin1->updateApplication(update); +// test(false); +// } +// catch(const AccessDeniedException&) +// { +// } try { |