summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-04-24 13:06:06 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-04-24 13:06:06 +0000
commite0b496eb82228fcbbe01e981c66c5a168c2f5834 (patch)
tree4d44bc4e5c83e6b6d2c28b46ca4637c435799d6f
parentfeb40493bd422c5ce09fcfd276dbbee1a7dcedda (diff)
downloadATCD-e0b496eb82228fcbbe01e981c66c5a168c2f5834.tar.gz
Tue Apr 24 13:05:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/tests/POA/Current/Current.cpp1
2 files changed, 6 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 4df11347db6..9320b166c07 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Tue Apr 24 13:05:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tests/POA/Current/Current.cpp:
+ Added orb->destroy(), then the test exists perfect on VxWorks
+
Tue Apr 24 12:06:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/Compression/Compression.pidl:
diff --git a/TAO/tests/POA/Current/Current.cpp b/TAO/tests/POA/Current/Current.cpp
index 2018bc00f13..44ba7d209ff 100644
--- a/TAO/tests/POA/Current/Current.cpp
+++ b/TAO/tests/POA/Current/Current.cpp
@@ -47,6 +47,7 @@ main (int argc, char **argv)
"%s successful\n",
argv[0]));
+ orb->destroy ();
}
catch (const CORBA::Exception& ex)
{