summaryrefslogtreecommitdiff
path: root/python/test/Ice/operations/TestI.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/operations/TestI.py')
-rw-r--r--python/test/Ice/operations/TestI.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/test/Ice/operations/TestI.py b/python/test/Ice/operations/TestI.py
index 6700fbfa26e..449afb523fe 100644
--- a/python/test/Ice/operations/TestI.py
+++ b/python/test/Ice/operations/TestI.py
@@ -367,5 +367,8 @@ class MyDerivedClassI(Test.MyDerivedClass):
Test.sw0, Test.sw1, Test.sw2, Test.sw3, Test.sw4, Test.sw5, Test.sw6, Test.sw7, Test.sw8, Test.sw9, Test.sw10,
Test.ss0, Test.ss1, Test.ss2, Test.ss3, Test.ss4, Test.ss5,
Test.su0, Test.su1, Test.su2]
+
+ def opWStringLiterals(self, current=None):
+ return self.opStringLiterals(current)
\ No newline at end of file