summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-03 20:12:16 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-03 20:12:16 +0000
commita32d81d295e9c52e73eddf68310067c90552420d (patch)
tree8416e46ad38417fff6b0d7ad54e4ae413bbdf143
parent4bccae82f60bd3e8890c332dde6c1db795c0ef88 (diff)
downloadATCD-a32d81d295e9c52e73eddf68310067c90552420d.tar.gz
Changes in configuration of the Banded_Connections test.
-rwxr-xr-xTAO/tests/RTCORBA/Banded_Connections/run_test.pl15
-rw-r--r--TAO/tests/RTCORBA/Banded_Connections/server.conf1
2 files changed, 3 insertions, 13 deletions
diff --git a/TAO/tests/RTCORBA/Banded_Connections/run_test.pl b/TAO/tests/RTCORBA/Banded_Connections/run_test.pl
index 87ab1a0e7a6..fd4b8fc5c2c 100755
--- a/TAO/tests/RTCORBA/Banded_Connections/run_test.pl
+++ b/TAO/tests/RTCORBA/Banded_Connections/run_test.pl
@@ -27,10 +27,7 @@ print STDERR "\n********** RTCORBA Priority Banded Connections Unit Test\n";
$server_args =
"-n $iorfile1 -o $iorfile2 -b bands.unix -ORBSvcConf $server_conf "
- ."-p 37 -w 51 "
- ."-ORBendpoint iiop://$TARGETHOSTNAME:0/priority=39 "
- ."-ORBendpoint iiop://$TARGETHOSTNAME:0/priority=46 "
- ."-ORBendpoint iiop://$TARGETHOSTNAME:0/priority=50 ";
+ ."-p 37 -w 51 ";
$client_args =
"-n file://$iorfile1 -o file://$iorfile2 "
@@ -39,10 +36,7 @@ $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=1 "
- ."-ORBendpoint iiop://$TARGETHOSTNAME:0/priority=3 "
- ."-ORBendpoint iiop://$TARGETHOSTNAME:0/priority=5 ";
+ ."-p 1 -w 7 ";
$client_args =
"-n file://$iorfile1 -o file://$iorfile2 "
@@ -52,10 +46,7 @@ if ($^O eq "MSWin32") {
if ($^O eq "dec_osf") {
$server_args =
"-n $iorfile1 -o $iorfile2 -b bands.tru64 -ORBSvcConf $server_conf "
- ."-p 20 -w 34 "
- ."-ORBendpoint iiop://$TARGETHOSTNAME:0/priority=23 "
- ."-ORBendpoint iiop://$TARGETHOSTNAME:0/priority=28 "
- ."-ORBendpoint iiop://$TARGETHOSTNAME:0/priority=33 ";
+ ."-p 20 -w 34 ";
$client_args =
"-n file://$iorfile1 -o file://$iorfile2 "
diff --git a/TAO/tests/RTCORBA/Banded_Connections/server.conf b/TAO/tests/RTCORBA/Banded_Connections/server.conf
index 92ef27a0b3e..5d45642dc0d 100644
--- a/TAO/tests/RTCORBA/Banded_Connections/server.conf
+++ b/TAO/tests/RTCORBA/Banded_Connections/server.conf
@@ -1,5 +1,4 @@
# $Id$
#
-static Advanced_Resource_Factory "-ORBReactorType tp -ORBReactorRegistry per-priority"
static RT_ORB_Loader ""