summaryrefslogtreecommitdiff
path: root/TAO/tests/Permanent_Forward
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2008-06-19 16:46:07 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2008-06-19 16:46:07 +0000
commitd01ad13f9bc45c5b6025168b4524c58f3d9e5315 (patch)
treeb85fa4eb14da43befac45dc1849d80cd54d70781 /TAO/tests/Permanent_Forward
parent642a69a7da08b84a3f110696d41a40a16cbf8668 (diff)
downloadATCD-d01ad13f9bc45c5b6025168b4524c58f3d9e5315.tar.gz
Thu Jun 19 16:43:52 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'TAO/tests/Permanent_Forward')
-rw-r--r--TAO/tests/Permanent_Forward/StubTest.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tests/Permanent_Forward/StubTest.cpp b/TAO/tests/Permanent_Forward/StubTest.cpp
index f30d5eaedff..a2cacd867ff 100644
--- a/TAO/tests/Permanent_Forward/StubTest.cpp
+++ b/TAO/tests/Permanent_Forward/StubTest.cpp
@@ -328,8 +328,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
{
// Retrieve the ORB.
CORBA::ORB_var orb = CORBA::ORB_init (argc,
- argv,
- "");
+ argv);
test_forward (orb.in());
test_forward_permanent (orb.in());