summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/optional/Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/optional/Server.cpp')
-rw-r--r--cpp/test/Ice/optional/Server.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/Ice/optional/Server.cpp b/cpp/test/Ice/optional/Server.cpp
index f526d0355d9..a84d6694b7e 100644
--- a/cpp/test/Ice/optional/Server.cpp
+++ b/cpp/test/Ice/optional/Server.cpp
@@ -20,6 +20,7 @@ void
Server::run(int argc, char** argv)
{
Ice::PropertiesPtr properties = createTestProperties(argc, argv);
+ properties->setProperty("Ice.AcceptClassCycles", "1");
#ifndef ICE_CPP11_MAPPING
properties->setProperty("Ice.CollectObjects", "1");
#endif