summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/session/AllTests.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2019-10-29 14:11:27 -0400
committerJoe George <joe@zeroc.com>2021-02-01 16:46:20 -0500
commit9f22d436c536c18df0e3c434162048490c80191f (patch)
treeda5257cb9435bcdbe3614e4f758e36244cac5ed0 /cpp/test/IceGrid/session/AllTests.cpp
parentFixed doxygen warnings and updated configs. (diff)
downloadice-9f22d436c536c18df0e3c434162048490c80191f.tar.bz2
ice-9f22d436c536c18df0e3c434162048490c80191f.tar.xz
ice-9f22d436c536c18df0e3c434162048490c80191f.zip
Remove IcePatch2 (#602)
Removed IcePatch2 and the corresponding distrib and patching features in IceGrid and IceGridGUI.
Diffstat (limited to 'cpp/test/IceGrid/session/AllTests.cpp')
-rw-r--r--cpp/test/IceGrid/session/AllTests.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/test/IceGrid/session/AllTests.cpp b/cpp/test/IceGrid/session/AllTests.cpp
index de1ba3c2267..53de990eaa9 100644
--- a/cpp/test/IceGrid/session/AllTests.cpp
+++ b/cpp/test/IceGrid/session/AllTests.cpp
@@ -1808,7 +1808,6 @@ allTests(Test::TestHelper* helper)
server->exe = properties->getProperty("IceGridNodeExe");
server->options.push_back("--nowarn");
server->pwd = ".";
- server->applicationDistrib = false;
server->allocatable = false;
addProperty(server, "IceGrid.Node.Name", "node-1");
addProperty(server, "IceGrid.Node.Data", properties->getProperty("TestDir") + "/db/node-1");
@@ -1860,7 +1859,6 @@ allTests(Test::TestHelper* helper)
server->exe = properties->getProperty("ServerDir") + "/server";
server->pwd = properties->getProperty("TestDir");
- server->applicationDistrib = false;
server->allocatable = false;
AdapterDescriptor adapter;
adapter.name = "Server";