summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/deployer/Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceGrid/deployer/Server.cpp')
-rw-r--r--cpp/test/IceGrid/deployer/Server.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/IceGrid/deployer/Server.cpp b/cpp/test/IceGrid/deployer/Server.cpp
index 0178b862f6a..d01d3d8e6cc 100644
--- a/cpp/test/IceGrid/deployer/Server.cpp
+++ b/cpp/test/IceGrid/deployer/Server.cpp
@@ -39,7 +39,7 @@ Server::run(int argc, char* argv[])
adapter = communicator()->createObjectAdapter("ReplicatedAdapter");
adapter->activate();
}
-
+
adapter = communicator()->createObjectAdapter("Server");
Ice::ObjectPtr object = new TestI(properties);
adapter->add(object, Ice::stringToIdentity(name));
@@ -101,7 +101,7 @@ main(int argc, char* argv[])
char* value4 = getenv(varname2.c_str());
test(value4 != 0 && string(value4) == "2");
-
+
char* value5 = getenv("MY_UNIX_COMPOSED_VARIABLE");
test(value5 != 0 && string(value5) == "BAR;12");
#endif