aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/nondefaultctor_test.py
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2009-09-02 02:21:23 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2009-09-02 02:21:23 -0300
commit0e137b5969f73a980827058e724bcdd00a2e0802 (patch)
tree5aef3712401455c33f16271ee387b71787d986a4 /tests/samplebinding/nondefaultctor_test.py
parent146a43e6ab75e97c92ebef8cf7c218e8eb3a5c4a (diff)
renamed PolymorphicData class to OverloadData, this should represent correctly
the class' function; other relative renamings were also performed
Diffstat (limited to 'tests/samplebinding/nondefaultctor_test.py')
-rwxr-xr-xtests/samplebinding/nondefaultctor_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/samplebinding/nondefaultctor_test.py b/tests/samplebinding/nondefaultctor_test.py
index 58a6442d8..dbb184eb3 100755
--- a/tests/samplebinding/nondefaultctor_test.py
+++ b/tests/samplebinding/nondefaultctor_test.py
@@ -16,7 +16,6 @@ class DerivedNonDefaultCtor (NonDefaultCtor):
class NonDefaultCtorTest(unittest.TestCase):
def testNonDefaultCtor(self):
- '''Test if polymorphic function call decisor takes implicit conversions into account.'''
c = NonDefaultCtor(2)
# these functions returns NonDefaultCtor by value, so a PyObjecy is created every time
self.assertNotEqual(c.returnMyself(), c)