summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tests/POA/NewPOA/NewPOA.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/POA/NewPOA/NewPOA.cpp b/TAO/tests/POA/NewPOA/NewPOA.cpp
index c377fa741f2..f02fa7c5670 100644
--- a/TAO/tests/POA/NewPOA/NewPOA.cpp
+++ b/TAO/tests/POA/NewPOA/NewPOA.cpp
@@ -68,7 +68,7 @@ main (int argc, char **argv)
}
for (CORBA::ULong i = 0;
- i < policies.length () && env.exception == 0;
+ i < policies.length () && env.exception () == 0;
++i)
{
PortableServer::Policy_ptr policy = policies[i];