summaryrefslogtreecommitdiff
path: root/php/test/Ice/slicing/objects/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'php/test/Ice/slicing/objects/run.py')
-rwxr-xr-xphp/test/Ice/slicing/objects/run.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/php/test/Ice/slicing/objects/run.py b/php/test/Ice/slicing/objects/run.py
index 286dd895700..9fde25714bd 100755
--- a/php/test/Ice/slicing/objects/run.py
+++ b/php/test/Ice/slicing/objects/run.py
@@ -20,4 +20,7 @@ if len(path) == 0:
sys.path.append(os.path.join(path[0], "scripts"))
import TestUtil
+print("Running test with sliced format.")
TestUtil.clientServerTest()
+print("Running test with 1.0 encoding.")
+TestUtil.clientServerTest(additionalClientOptions="--Ice.Default.EncodingVersion=1.0", additionalServerOptions="--Ice.Default.EncodingVersion=1.0")