summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/proxy/run.py
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2016-10-20 21:03:44 -0400
committerBernard Normier <bernard@zeroc.com>2016-10-20 21:03:44 -0400
commit3cb9c15995b828c52dba34d0a222f572d5bbc41b (patch)
tree87bad249c2ee04972be5f3c7635880cb0c556128 /csharp/test/Ice/proxy/run.py
parentupdating IceBT to BlueZ 5 (diff)
downloadice-3cb9c15995b828c52dba34d0a222f572d5bbc41b.tar.bz2
ice-3cb9c15995b828c52dba34d0a222f572d5bbc41b.tar.xz
ice-3cb9c15995b828c52dba34d0a222f572d5bbc41b.zip
Added support for non-ASCII characters and universal character names
to stringified identities and proxies. This includes a new Ice.ToStringMode property.
Diffstat (limited to 'csharp/test/Ice/proxy/run.py')
-rwxr-xr-xcsharp/test/Ice/proxy/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/Ice/proxy/run.py b/csharp/test/Ice/proxy/run.py
index d0771952158..88a9c6c01bc 100755
--- a/csharp/test/Ice/proxy/run.py
+++ b/csharp/test/Ice/proxy/run.py
@@ -23,5 +23,5 @@ import TestUtil
TestUtil.queueClientServerTest()
TestUtil.queueClientServerTest(configName = "amd", localOnly = True, message = "Running test with AMD server.",
server="serveramd")
-TestUtil.queueCollocatedTest()
+TestUtil.queueCollocatedTest(additionalOptions = "--Ice.ToStringMode=Compat")
TestUtil.runQueuedTests()