summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA
diff options
context:
space:
mode:
authorvzykov <vzykov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-12-29 16:39:27 +0000
committervzykov <vzykov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-12-29 16:39:27 +0000
commit185f43de4852c72ec4c40a1944314e703cee2f1b (patch)
tree58f33d4d91bc5176552fa41018c3a27729443e67 /TAO/tests/RTCORBA
parentbd2de7a09d82ef6ad902b67acb58c78f9cab331b (diff)
downloadATCD-185f43de4852c72ec4c40a1944314e703cee2f1b.tar.gz
Tue Dec 29 16:37:54 UTC 2009 Vladimir Zykov <vladimir.zykov@prismtech.com>
* orbsvcs/tests/CosEvent/Timeout/TimeoutTestMain.cpp: Fixed a small memory leak. * tests/RTCORBA/Banded_Connections/run_test.pl: Fixed a typo in IOR name.
Diffstat (limited to 'TAO/tests/RTCORBA')
-rwxr-xr-xTAO/tests/RTCORBA/Banded_Connections/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/RTCORBA/Banded_Connections/run_test.pl b/TAO/tests/RTCORBA/Banded_Connections/run_test.pl
index c9c19e6a6a7..5bf065a4b6c 100755
--- a/TAO/tests/RTCORBA/Banded_Connections/run_test.pl
+++ b/TAO/tests/RTCORBA/Banded_Connections/run_test.pl
@@ -51,7 +51,7 @@ else {
"-b bands.unix";
}
-$SV = $server->CreateProcess ("server", $server_args . " -n $server_iorfile1 -o $server_iorfile1"),
+$SV = $server->CreateProcess ("server", $server_args . " -n $server_iorfile1 -o $server_iorfile2"),
$CL = $client->CreateProcess ("client", "-n file://$client_iorfile1 -o file://$client_iorfile2");