diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-06-11 16:52:03 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-06-11 16:52:03 +0000 |
commit | 2ff1d6543623eae049c60d6d5605c34ebf6fbc2c (patch) | |
tree | 27a4a3f2eef546f23df449d9833073c55be62f37 /TAO/tests/RTCORBA | |
parent | b2ce02f7dd855e23538c498589785dfdf447ea5d (diff) | |
download | ATCD-2ff1d6543623eae049c60d6d5605c34ebf6fbc2c.tar.gz |
ChangeLogTag: Mon Jun 11 11:51:06 2001 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/RTCORBA')
-rw-r--r-- | TAO/tests/RTCORBA/Banded_Connections/bands.nt | 2 | ||||
-rwxr-xr-x | TAO/tests/RTCORBA/Banded_Connections/run_test.pl | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tests/RTCORBA/Banded_Connections/bands.nt b/TAO/tests/RTCORBA/Banded_Connections/bands.nt index c8b0cf9293b..b2d0253c984 100644 --- a/TAO/tests/RTCORBA/Banded_Connections/bands.nt +++ b/TAO/tests/RTCORBA/Banded_Connections/bands.nt @@ -1 +1 @@ -0 2 3 4 5 6 +0 1 2 3 4 5 diff --git a/TAO/tests/RTCORBA/Banded_Connections/run_test.pl b/TAO/tests/RTCORBA/Banded_Connections/run_test.pl index 28bd0bde15d..1f934cb0468 100755 --- a/TAO/tests/RTCORBA/Banded_Connections/run_test.pl +++ b/TAO/tests/RTCORBA/Banded_Connections/run_test.pl @@ -39,14 +39,14 @@ $client_args = if ($^O eq "MSWin32") { $server_args = "-n $iorfile1 -o $iorfile2 -b bands.nt -ORBSvcConf $server_conf " - ."-p 1 -w 7 " - ."-ORBendpoint iiop://$TARGETHOSTNAME:0/priority=2 " - ."-ORBendpoint iiop://$TARGETHOSTNAME:0/priority=4 " - ."-ORBendpoint iiop://$TARGETHOSTNAME:0/priority=6 "; + ."-p 1 -w 6 " + ."-ORBendpoint iiop://$TARGETHOSTNAME:0/priority=1 " + ."-ORBendpoint iiop://$TARGETHOSTNAME:0/priority=3 " + ."-ORBendpoint iiop://$TARGETHOSTNAME:0/priority=5 "; $client_args = "-n file://$iorfile1 -o file://$iorfile2 " - ."-a 2 -b 4 -c 6 "; + ."-a 1 -b 3 -c 6"; } if ($^O eq "dec_osf") { |