aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/samplebinding/enumfromremovednamespace_test.py
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2024-12-19 14:01:40 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2024-12-20 10:14:57 +0100
commita88b7fc378bfa2481e581adc9de981dbd263ddc4 (patch)
treed7deaf90fa9bc171ee52d909071daaf2ec2d7dde /sources/shiboken6/tests/samplebinding/enumfromremovednamespace_test.py
parent6eb75a26498f8984345fcdd5434b6758819f0d7f (diff)
shiboken6/tests: Use fully qualified enumerations
Pick-to: 6.8 Task-number: PYSIDE-1735 Change-Id: I5a907b536b36521eb6dd5fcdc1ad1094bb031aa8 Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'sources/shiboken6/tests/samplebinding/enumfromremovednamespace_test.py')
-rw-r--r--sources/shiboken6/tests/samplebinding/enumfromremovednamespace_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken6/tests/samplebinding/enumfromremovednamespace_test.py b/sources/shiboken6/tests/samplebinding/enumfromremovednamespace_test.py
index f88d6c3d8..5696f968a 100644
--- a/sources/shiboken6/tests/samplebinding/enumfromremovednamespace_test.py
+++ b/sources/shiboken6/tests/samplebinding/enumfromremovednamespace_test.py
@@ -41,7 +41,7 @@ class TestEnumFromRemovedNamespace(unittest.TestCase):
def testEnumPromotedToUpperNamespace(self):
sample.UnremovedNamespace
sample.UnremovedNamespace.RemovedNamespace3_Enum
- sample.UnremovedNamespace.RemovedNamespace3_Enum_Value0
+ sample.UnremovedNamespace.RemovedNamespace3_Enum.RemovedNamespace3_Enum_Value0
sample.UnremovedNamespace.RemovedNamespace3_AnonymousEnum_Value0
def testNestedFunctionFromRemovedNamespace(self):