summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordai_y <dai_y@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-09-03 20:07:13 +0000
committerdai_y <dai_y@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-09-03 20:07:13 +0000
commitffea765eb9e37a80a00f59d18265914c5e374dca (patch)
tree6a7d046efe62a8bcdf6d4645584f68f3183c10ab
parented4e0d42add1a7be42a912e2ad3438086b3f0d25 (diff)
downloadATCD-ffea765eb9e37a80a00f59d18265914c5e374dca.tar.gz
Wed Sep 3 20:02:42 UTC 2008 Yan Dai <dai_y@ociweb.com>
-rw-r--r--TAO/ChangeLog6
-rwxr-xr-xTAO/orbsvcs/tests/AVStreams/Component_Switching/run_test.pl2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index ef27f32b864..0e7dca04550 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Wed Sep 3 20:02:42 UTC 2008 Yan Dai <dai_y@ociweb.com>
+
+ * orbsvcs/tests/AVStreams/Component_Switching/run_test.pl:
+
+ Added missing "-" for ORBSvcConf option.
+
Wed Sep 03 10:30:00 UTC 2008 Simon Massey <sma at prismtech dot com>
* tests/TransportCurrent/IIOP/IIOP.mpc:
diff --git a/TAO/orbsvcs/tests/AVStreams/Component_Switching/run_test.pl b/TAO/orbsvcs/tests/AVStreams/Component_Switching/run_test.pl
index 00fefa9eef8..5a9accd15d5 100755
--- a/TAO/orbsvcs/tests/AVStreams/Component_Switching/run_test.pl
+++ b/TAO/orbsvcs/tests/AVStreams/Component_Switching/run_test.pl
@@ -27,7 +27,7 @@ unlink $testfile, $input;
$input = PerlACE::generate_test_file("test_input", 102400);
$NS = new PerlACE::Process ("../../../Naming_Service/Naming_Service", "-ORBDottedDecimalAddresses 1 -o $nsior");
-$SV1 = new PerlACE::Process ("sender", "-ORBDottedDecimalAddresses 1 ORBSvcConf components_svc$PerlACE::svcconf_ext -ORBInitRef NameService=file://$nsior -s sender -r 30 -f $input");
+$SV1 = new PerlACE::Process ("sender", "-ORBDottedDecimalAddresses 1 -ORBSvcConf components_svc$PerlACE::svcconf_ext -ORBInitRef NameService=file://$nsior -s sender -r 30 -f $input");
$SV2 = new PerlACE::Process ("sender", " -ORBDottedDecimalAddresses 1 -ORBSvcConf components_svc$PerlACE::svcconf_ext -ORBInitRef NameService=file://$nsior -s sender -r 30 -f $input");
$SV3 = new PerlACE::Process ("sender", " -ORBDottedDecimalAddresses 1 -ORBSvcConf components_svc$PerlACE::svcconf_ext -ORBInitRef NameService=file://$nsior -s sender -r 30 -f $input");
$RE1 = new PerlACE::Process ("receiver", " -ORBDottedDecimalAddresses 1 -ORBSvcConf components_svc$PerlACE::svcconf_ext -ORBInitRef NameService=file://$nsior -s distributer -r receiver1 -f output1");