aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-11-27 11:38:12 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-11-27 10:50:51 +0000
commit8db52e56d06f02b0b7d2b135381875aa960ab3d0 (patch)
tree82450a29a6eafe2c3505b67a65afad1fd80a815d
parent30254c62db93c5724fe94eeef08a42fc3fbe6465 (diff)
PySide6: Fix test javascript_exceptions.py
It was using the old Qt Quick Controls 1. Change-Id: Ia1d6a884267fdcd8e3808b08bf1efa12eb62b4dd Reviewed-by: Christian Tismer <tismer@stackless.com>
-rw-r--r--build_history/blacklist.txt2
-rw-r--r--sources/pyside6/tests/QtQml/javascript_exceptions.qml2
2 files changed, 1 insertions, 3 deletions
diff --git a/build_history/blacklist.txt b/build_history/blacklist.txt
index 3f3082a55..b95889b90 100644
--- a/build_history/blacklist.txt
+++ b/build_history/blacklist.txt
@@ -48,8 +48,6 @@
win32
[QtQml::bug_951]
py3
-[QtQml::javascript_exceptions]
- py3
[QtScript::qscriptvalue_test]
linux
darwin
diff --git a/sources/pyside6/tests/QtQml/javascript_exceptions.qml b/sources/pyside6/tests/QtQml/javascript_exceptions.qml
index 91cc83ee4..60d96c89e 100644
--- a/sources/pyside6/tests/QtQml/javascript_exceptions.qml
+++ b/sources/pyside6/tests/QtQml/javascript_exceptions.qml
@@ -27,7 +27,7 @@
****************************************************************************/
import QtQuick 2.0
-import QtQuick.Controls 1.0
+import QtQuick.Controls 2.0
import JavaScriptExceptions 1.0
Rectangle {