From: Stefan Behnel Date: Fri, 4 Jan 2013 16:28:11 +0000 (+0100) Subject: fix test X-Git-Tag: 0.18b1~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b07b750e10ff428c01dbde411e233865b8fbe17c;p=platform%2Fupstream%2Fpython-cython.git fix test --- diff --git a/tests/run/decorators_T593.pyx b/tests/run/decorators_T593.pyx index af3353d..9ac3508 100644 --- a/tests/run/decorators_T593.pyx +++ b/tests/run/decorators_T593.pyx @@ -111,7 +111,7 @@ class Base(type): class Bar(metaclass=Base): """ >>> Bar._order - ['__module__', '__doc__', 'bar'] + ['__module__', '__qualname__', '__doc__', 'bar'] """ @property def bar(self):