summaryrefslogtreecommitdiff
path: root/TAO/tests/CSD_Strategy_Tests/TP_Test_2/ClientApp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CSD_Strategy_Tests/TP_Test_2/ClientApp.cpp')
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Test_2/ClientApp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Test_2/ClientApp.cpp b/TAO/tests/CSD_Strategy_Tests/TP_Test_2/ClientApp.cpp
index 3dbb4fb8282..4ebb3c385ef 100644
--- a/TAO/tests/CSD_Strategy_Tests/TP_Test_2/ClientApp.cpp
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Test_2/ClientApp.cpp
@@ -8,7 +8,7 @@
ClientApp::ClientApp()
: TestAppBase("TP_Test_2_Client"),
- ior_("Not Set"),
+ ior_(ACE_TEXT("Not Set")),
client_kind_(0),
client_id_(0)
{
@@ -143,7 +143,7 @@ ClientApp::usage_statement()
int
ClientApp::arg_dependency_checks()
{
- if (this->ior_ == "Not Set")
+ if (this->ior_ == ACE_TEXT("Not Set"))
{
ACE_ERROR((LM_ERROR,
"Error: Missing required command-line option (-i <ior>).\n"));