diff options
author | Jose <jose@zeroc.com> | 2016-09-17 00:28:00 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-09-17 00:28:00 +0200 |
commit | 47c3b5d2b03d3286cba2a3b4890e57fdd6135132 (patch) | |
tree | 40e05ffec6df92a5b88fdb675d775580f41547c1 /python/allTests.py | |
parent | 3.6.3 version fixes (diff) | |
download | ice-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-x | python/allTests.py | 1 |
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"]), |