diff options
author | Benoit Foucher <benoit@zeroc.com> | 2016-12-01 10:37:29 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2016-12-01 10:37:29 +0100 |
commit | e4adfe8b0ebb24d9d5b55e00706cd6fa40d10bcc (patch) | |
tree | bdc2b8e919497c7223b8e6c42f16c5458cecf6f8 /scripts/tests/Ice/exceptions.py | |
parent | Fixes to test PHP in Windows (diff) | |
download | ice-e4adfe8b0ebb24d9d5b55e00706cd6fa40d10bcc.tar.bz2 ice-e4adfe8b0ebb24d9d5b55e00706cd6fa40d10bcc.tar.xz ice-e4adfe8b0ebb24d9d5b55e00706cd6fa40d10bcc.zip |
Added collocated testcase for Ice/objects and exceptions
Diffstat (limited to 'scripts/tests/Ice/exceptions.py')
-rw-r--r-- | scripts/tests/Ice/exceptions.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/tests/Ice/exceptions.py b/scripts/tests/Ice/exceptions.py index 0e2ac209032..268d40fd8d2 100644 --- a/scripts/tests/Ice/exceptions.py +++ b/scripts/tests/Ice/exceptions.py @@ -21,4 +21,7 @@ if Mapping.getByPath(__name__).hasSource("Ice/exceptions", "serveramd"): ClientAMDServerTestCase("client/amd server with 1.0 encoding", props={ "Ice.Default.EncodingVersion" : "1.0" }), ] -TestSuite(__name__, testcases)
\ No newline at end of file +if Mapping.getByPath(__name__).hasSource("Ice/exceptions", "collocated"): + testcases += [ CollocatedTestCase() ] + +TestSuite(__name__, testcases) |