summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-01-27 06:16:11 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-01-27 06:16:11 +0000
commitabbc6709d98aee201571748f071fb7ccc2ae89ea (patch)
treeac5b61de545a6fa76a85d16349d582edb5813506 /TAO/orbsvcs/tests
parent41d43edc0675f18e232dd19d4787a2d4a80de9f4 (diff)
downloadATCD-abbc6709d98aee201571748f071fb7ccc2ae89ea.tar.gz
ChangeLogTag:Fri Jan 26 22:13:16 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/orbsvcs/tests')
-rw-r--r--TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/Ptest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/Ptest.cpp b/TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/Ptest.cpp
index 601494c38b9..d23bfb39e74 100644
--- a/TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/Ptest.cpp
+++ b/TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/Ptest.cpp
@@ -81,10 +81,12 @@ Ptest::run (void)
if (this->query_ == 1)
{
this->query (ACE_TRY_ENV);
+ ACE_TRY_CHECK;
}
else
{
this->populate (ACE_TRY_ENV);
+ ACE_TRY_CHECK;
}
}
ACE_CATCHANY