summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Supports
diff options
context:
space:
mode:
authormcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-12-09 12:45:25 +0000
committermcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-12-09 12:45:25 +0000
commit21acf08765b4f0d6c69049639c3522bb1550c6d7 (patch)
treec8ed9f8f8576aaa3a077017deaab7059aab19896 /TAO/tests/OBV/Supports
parentc4717c95cfa03fd9b2534c95d56cc7bda11afd33 (diff)
downloadATCD-21acf08765b4f0d6c69049639c3522bb1550c6d7.tar.gz
Wed Dec 9 12:45:58 UTC 2009 Martin Corino <mcorino@remedy.nl>
* tests/OBV/Supports/Supports_Test.mpc: Removed dummy_label dependency. * tests/OBV/Supports/client.cpp: Fixed small coding error. * bin/tao_orb_tests.lst: Reenabled the OBV/Supports test again since the reason for excluding this one seems to have been invalidated (long ago?).
Diffstat (limited to 'TAO/tests/OBV/Supports')
-rw-r--r--TAO/tests/OBV/Supports/Supports_Test.mpc6
-rw-r--r--TAO/tests/OBV/Supports/client.cpp4
2 files changed, 2 insertions, 8 deletions
diff --git a/TAO/tests/OBV/Supports/Supports_Test.mpc b/TAO/tests/OBV/Supports/Supports_Test.mpc
index 7d9df51c0b7..e3cc9e032e8 100644
--- a/TAO/tests/OBV/Supports/Supports_Test.mpc
+++ b/TAO/tests/OBV/Supports/Supports_Test.mpc
@@ -1,9 +1,6 @@
// $Id$
project(*Server): taoserver, valuetype, strategies {
- // This is just a dummy_label to prevent the test from being compiled
- // in MPC builds
- requires += dummy_label
Source_Files {
server.cpp
Supports_Test_impl.cpp
@@ -20,9 +17,6 @@ project(*Server): taoserver, valuetype, strategies {
project(*Client): taoclient, taoserver, valuetype {
exename = client
after += *Server
- // This is just a dummy_label to prevent the test from being compiled
- // in MPC builds
- requires += dummy_label
Source_Files {
client.cpp
Supports_Test_impl.cpp
diff --git a/TAO/tests/OBV/Supports/client.cpp b/TAO/tests/OBV/Supports/client.cpp
index fa25ce91169..2e77f6911e2 100644
--- a/TAO/tests/OBV/Supports/client.cpp
+++ b/TAO/tests/OBV/Supports/client.cpp
@@ -16,11 +16,11 @@ parse_args (int argc, ACE_TCHAR *argv[])
switch (c)
{
case 't':
- num_trials = ACE_OS::atoi (get_opts.opt_arg);
+ num_trials = ACE_OS::atoi (get_opts.opt_arg ());
break;
case 'i':
- id = ACE_OS::atoi (get_opts.opt_arg);
+ id = ACE_OS::atoi (get_opts.opt_arg ());
break;
case 'k':