summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohnc <johnc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-06-19 13:55:25 +0000
committerjohnc <johnc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-06-19 13:55:25 +0000
commit8d34c530d1816d5475e4269a3717c9fa328c186c (patch)
tree903c5f0247337d754fff8e54bedb5b92afc4baa7
parentf523b09e5e430b565aea33b6f53603c42b9d87b6 (diff)
downloadATCD-8d34c530d1816d5475e4269a3717c9fa328c186c.tar.gz
ChangeLogTag: Tue Jun 19 13:36:33 UTC 2007 Ciju John <johnc at ociweb dot com>
-rw-r--r--TAO/ChangeLog5
-rwxr-xr-xTAO/tests/Oneway_Timeouts/run_test.pl2
2 files changed, 6 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index f69f4dc9006..fe48004716f 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jun 19 13:36:33 UTC 2007 Ciju John <johnc at ociweb dot com>
+
+ * tests/Oneway_Timeouts/run_test.pl:
+ Fixing case mistake in test script. Fixes VxWorks test runs.
+
Thu Jun 14 10:28:00 UTC 2007 Simon Massey <sma@prismtech.com>
* orbsvcs/orbsvcs/SSLIOP/params_dup.cpp:
diff --git a/TAO/tests/Oneway_Timeouts/run_test.pl b/TAO/tests/Oneway_Timeouts/run_test.pl
index 010f7b9c6cc..892bc45da8d 100755
--- a/TAO/tests/Oneway_Timeouts/run_test.pl
+++ b/TAO/tests/Oneway_Timeouts/run_test.pl
@@ -23,7 +23,7 @@ my $srv_ior = PerlACE::LocalFile ("server.ior");
my $CLI = new PerlACE::Process ("client");
my $SRV = new PerlACE::Process ("server");
if (PerlACE::is_vxworks_test()) {
- my $SRV = new PerlACE::ProcessVx ("server");
+ $SRV = new PerlACE::ProcessVX ("server");
}
my $SRV_PORT = PerlACE::random_port();
my $SRV_ARGS = "-orbendpoint iiop://:$SRV_PORT";