diff options
author | William R. Otte <wotte@dre.vanderbilt.edu> | 2010-05-21 13:59:45 +0000 |
---|---|---|
committer | William R. Otte <wotte@dre.vanderbilt.edu> | 2010-05-21 13:59:45 +0000 |
commit | 68b1c461047dd9227ee5ec7f8c10ee7ea3ed4a8f (patch) | |
tree | 3787037648975db7a1a1febf22af64d3c1f9af8a /CIAO/connectors/dds4ccm/tests/PSLSampleLost | |
parent | 764990110dfff52d5aba3c1d8d04d8fd319b6657 (diff) | |
download | ATCD-68b1c461047dd9227ee5ec7f8c10ee7ea3ed4a8f.tar.gz |
Fri May 21 13:56:01 UTC 2010 William Otte <wotte@zifnab>
* .:
Merged in locality_manager branch. details to follow:
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/PSLSampleLost')
-rwxr-xr-x | CIAO/connectors/dds4ccm/tests/PSLSampleLost/descriptors/run_test.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/PSLSampleLost/descriptors/run_test.pl b/CIAO/connectors/dds4ccm/tests/PSLSampleLost/descriptors/run_test.pl index b2a5229d554..f268769e6f6 100755 --- a/CIAO/connectors/dds4ccm/tests/PSLSampleLost/descriptors/run_test.pl +++ b/CIAO/connectors/dds4ccm/tests/PSLSampleLost/descriptors/run_test.pl @@ -101,7 +101,7 @@ sub kill_open_processes { $NS->Kill (); $NS->TimedWait (1); } # in case shutdown did not perform as expected - $tg_executor->KillAll ('ciao_componentserver'); + $tg_executor->KillAll ('dance_locality_manager'); } sub run_node_daemons { @@ -111,7 +111,7 @@ sub run_node_daemons { $port = $ports[$i]; $nodename = $nodenames[$i]; $iiop = "iiop://localhost:$port"; - $node_app = "$CIAO_ROOT/bin/ciao_componentserver"; + $node_app = "$DANCE_ROOT/bin/dance_locality_manager"; $d_cmd = "$DANCE_ROOT/bin/dance_node_manager"; $d_param = "-ORBEndpoint $iiop -s $node_app -n $nodename=$iorfile -t 30 --domain-nc corbaloc:rir:/NameService"; |