diff options
author | Jose <jose@zeroc.com> | 2011-04-12 19:35:15 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2011-04-12 19:35:15 +0200 |
commit | 8ad1861d2f5753883eed83842b56440068ba42ed (patch) | |
tree | 86af7653703b5b5ea14f3b07d3f7090ad9b66552 /cpp/allTests.py | |
parent | Added missing .gitignore (diff) | |
download | ice-8ad1861d2f5753883eed83842b56440068ba42ed.tar.bz2 ice-8ad1861d2f5753883eed83842b56440068ba42ed.tar.xz ice-8ad1861d2f5753883eed83842b56440068ba42ed.zip |
5009 - appName incosistence
Also improve properties test
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index 0a41d827b33..7b0e5d57980 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -35,7 +35,7 @@ tests = [ ("Slice/errorDetection", ["once"]), ("Slice/keyword", ["once"]), ("Slice/structure", ["once"]), - ("Ice/properties", ["once"]), + ("Ice/properties", ["once", "novc6", "nobcc"]), ("Ice/proxy", ["core"]), ("Ice/operations", ["core"]), ("Ice/exceptions", ["core"]), |