summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-08-29 10:41:13 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-08-29 10:41:13 +0000
commit535787fadb178258adbb4f8f16f3f25bc333d9dc (patch)
tree4e9a59a5de94ff2af28d0fe112a64a4309e17a21
parent671d89deb0d464875447c5f90f864011c3fbb97f (diff)
downloadATCD-535787fadb178258adbb4f8f16f3f25bc333d9dc.tar.gz
Wed Aug 29 10:40:00 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog5
-rwxr-xr-xTAO/tests/POA/EndpointPolicy/run_test.pl2
2 files changed, 6 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 46696993b32..5a718c880dc 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Wed Aug 29 10:40:00 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tests/POA/EndpointPolicy/run_test.pl:
+ Fixed typo in the VxWorks specific part of this script
+
Wed Aug 29 10:07:00 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/POA/Forwarding/run_test.pl:
diff --git a/TAO/tests/POA/EndpointPolicy/run_test.pl b/TAO/tests/POA/EndpointPolicy/run_test.pl
index 208678d51d3..a658652773e 100755
--- a/TAO/tests/POA/EndpointPolicy/run_test.pl
+++ b/TAO/tests/POA/EndpointPolicy/run_test.pl
@@ -23,7 +23,7 @@ unlink $rootiorfile;
$port = 12345;
if (PerlACE::is_vxworks_test()) {
- $sharedSV = new PerlACE::ProcessVX ("server", "-ORBDottedDecimalAddresses 0 -ORBUseSharedProfile 1 -g $goodiorbase -b $badiorbasee -p $port");
+ $sharedSV = new PerlACE::ProcessVX ("server", "-ORBDottedDecimalAddresses 0 -ORBUseSharedProfile 1 -g $goodiorbase -b $badiorbase -p $port");
}
else {
$sharedSV = new PerlACE::Process ("server", "-ORBDottedDecimalAddresses 0 -ORBUseSharedProfile 1 -g $goodiorfile -b $badiorfile -p $port");