From 614faf7ac155ad3baef7ef62526f9ce4b2cc1e5a Mon Sep 17 00:00:00 2001 From: Warwick Allison Date: Mon, 7 Dec 2009 17:39:19 +1000 Subject: Missed file --- .../declarative/qmlecmascript/data/exceptionProducesWarning.qml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/auto/declarative/qmlecmascript/data/exceptionProducesWarning.qml diff --git a/tests/auto/declarative/qmlecmascript/data/exceptionProducesWarning.qml b/tests/auto/declarative/qmlecmascript/data/exceptionProducesWarning.qml new file mode 100644 index 0000000..44722a9 --- /dev/null +++ b/tests/auto/declarative/qmlecmascript/data/exceptionProducesWarning.qml @@ -0,0 +1,8 @@ +import Qt 4.6 +import Qt.test 1.0 + +MyQmlObject { + Component.onCompleted: + { throw(123,"JS exception") } +} + -- cgit v0.12