summaryrefslogtreecommitdiff
path: root/python/allTests.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-09-17 00:28:00 +0200
committerJose <jose@zeroc.com>2016-09-17 00:28:00 +0200
commit47c3b5d2b03d3286cba2a3b4890e57fdd6135132 (patch)
tree40e05ffec6df92a5b88fdb675d775580f41547c1 /python/allTests.py
parent3.6.3 version fixes (diff)
downloadice-47c3b5d2b03d3286cba2a3b4890e57fdd6135132.tar.bz2
ice-47c3b5d2b03d3286cba2a3b4890e57fdd6135132.tar.xz
ice-47c3b5d2b03d3286cba2a3b4890e57fdd6135132.zip
Fix ICE-4787 - slice compilers and unicode paths
Diffstat (limited to 'python/allTests.py')
-rwxr-xr-xpython/allTests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/allTests.py b/python/allTests.py
index df33823181a..4dc01fe19be 100755
--- a/python/allTests.py
+++ b/python/allTests.py
@@ -28,6 +28,7 @@ tests = [
("Slice/structure", ["once"]),
("Slice/macros", ["once"]),
("Slice/import", ["once"]),
+ ("Slice/unicodePaths", ["once"]),
("Ice/adapterDeactivation", ["core"]),
("Ice/binding", ["core"]),
("Ice/exceptions", ["core"]),