aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtCore/qobject_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/QtCore/qobject_test.py')
-rw-r--r--tests/QtCore/qobject_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/QtCore/qobject_test.py b/tests/QtCore/qobject_test.py
index 91d6586fe..492fc916f 100644
--- a/tests/QtCore/qobject_test.py
+++ b/tests/QtCore/qobject_test.py
@@ -32,7 +32,7 @@ class ObjectNameCase(unittest.TestCase):
self.assertEqual('', obj.objectName())
def testUnicode(self):
- name = py3k.unicode('diseño')
+ name = py3k.unicode_('não')
#FIXME Strange error on upstream when using equal(name, obj)
obj = QObject()
obj.setObjectName(name)