From 5b34410c278acab9eb296ce4d24f80e69b6fd6dc Mon Sep 17 00:00:00 2001 From: Joe George Date: Tue, 30 Aug 2016 11:37:01 -0400 Subject: ICE-7242 - Cross test updates --- python/test/Ice/slicing/exceptions/ServerPrivateAMD.ice | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'python') diff --git a/python/test/Ice/slicing/exceptions/ServerPrivateAMD.ice b/python/test/Ice/slicing/exceptions/ServerPrivateAMD.ice index 3b9d0a22a00..5493dd451ed 100644 --- a/python/test/Ice/slicing/exceptions/ServerPrivateAMD.ice +++ b/python/test/Ice/slicing/exceptions/ServerPrivateAMD.ice @@ -34,4 +34,19 @@ exception UnknownMostDerived2 extends UnknownIntermediate string umd2; }; +class SPreservedClass extends BaseClass +{ + string spc; +}; + +exception SPreserved1 extends KnownPreservedDerived +{ + BaseClass p1; +}; + +exception SPreserved2 extends SPreserved1 +{ + BaseClass p2; +}; + }; -- cgit v1.2.3