From e4adfe8b0ebb24d9d5b55e00706cd6fa40d10bcc Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Thu, 1 Dec 2016 10:37:29 +0100 Subject: Added collocated testcase for Ice/objects and exceptions --- scripts/tests/Ice/objects.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'scripts/tests/Ice/objects.py') diff --git a/scripts/tests/Ice/objects.py b/scripts/tests/Ice/objects.py index fef2b3fb6cb..d11092609db 100644 --- a/scripts/tests/Ice/objects.py +++ b/scripts/tests/Ice/objects.py @@ -7,8 +7,14 @@ # # ********************************************************************** -TestSuite(__name__, [ +testcases = [ ClientServerTestCase("client/server with compact format"), ClientServerTestCase("client/server with sliced format", props={ "Ice.Default.SlicedFormat" : True }), ClientServerTestCase("client/server with 1.0 encoding", props={ "Ice.Default.EncodingVersion" : "1.0" }), -]) \ No newline at end of file +] + +if Mapping.getByPath(__name__).hasSource("Ice/objects", "collocated"): + testcases += [ CollocatedTestCase() ] + +TestSuite(__name__, testcases) + -- cgit v1.2.3