diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-03-23 15:29:25 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-03-23 15:29:25 +0100 |
commit | 1597a75419cd8049252cfbca6fce6ae95ef8b2c7 (patch) | |
tree | 2b2c858df1dbe68c1d576cae06c4713fd2ad5c40 /python/test/Ice/objects/TestI.py | |
parent | Use Ice\None with PHP namespace mapping (diff) | |
download | ice-1597a75419cd8049252cfbca6fce6ae95ef8b2c7.tar.bz2 ice-1597a75419cd8049252cfbca6fce6ae95ef8b2c7.tar.xz ice-1597a75419cd8049252cfbca6fce6ae95ef8b2c7.zip |
Fix for ICE-7125 - Added support for Ice.ClassGraphDepthMax
Diffstat (limited to 'python/test/Ice/objects/TestI.py')
-rw-r--r-- | python/test/Ice/objects/TestI.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/test/Ice/objects/TestI.py b/python/test/Ice/objects/TestI.py index 44d70a90d4c..8ce0c271081 100644 --- a/python/test/Ice/objects/TestI.py +++ b/python/test/Ice/objects/TestI.py @@ -125,6 +125,12 @@ class InitialI(Test.Initial): def getF(self, current=None): return self._f + def setRecursive(self, r, current): + pass + + def supportsClassGraphDepthMax(self, current): + return True + def getMB(self, current): return self._b1 |