aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2023-10-05 14:37:19 +0200
committerChristian Stenger <christian.stenger@qt.io>2023-10-05 13:06:34 +0000
commit52c47063b4868e676a148b381eff604fa8872269 (patch)
tree8b5af873e708d75148e82df8fa54a63d6e6b0e65 /tests
parent86b8eefa519d6360a4cf4fcfe6050d990938cca7 (diff)
SquishTests: Adapt to changed wizard template
Change-Id: Iee09bbfdcd700d8a6a66c9ad7fec356d84dd2bd7 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/system/suite_debugger/tst_simple_analyze/testdata/events_qt6.2.4.tsv12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/system/suite_debugger/tst_simple_analyze/testdata/events_qt6.2.4.tsv b/tests/system/suite_debugger/tst_simple_analyze/testdata/events_qt6.2.4.tsv
index 7ab9ac87edb..c52d83b338c 100644
--- a/tests/system/suite_debugger/tst_simple_analyze/testdata/events_qt6.2.4.tsv
+++ b/tests/system/suite_debugger/tst_simple_analyze/testdata/events_qt6.2.4.tsv
@@ -1,10 +1,10 @@
"0" "1" "6" "11"
"<program>" "" "1" "Main program"
-"Main.qml:15" "Handling Signal" "2" "onTriggered: { runCount += 1; var i; for (i = 1; i < 2500; ++i) { var j = i * i; console.log(j); } }"
-"Main.qml:15" "JavaScript" "2" "expression for onTriggered"
-"Main.qml:4" "Creating" "2" "QtQuick/Window"
+"Main.qml:14" "Handling Signal" "2" "onTriggered: { runCount += 1; var i; for (i = 1; i < 2500; ++i) { var j = i * i; console.log(j); } }"
+"Main.qml:14" "JavaScript" "2" "expression for onTriggered"
+"Main.qml:3" "Creating" "2" "QtQuick/Window"
"Main.qml:0" "Compiling" "1" "Main.qml"
-"Main.qml:10" "Creating" "2" "QtQml/Timer"
-"Main.qml:14" "Binding" "3" "running: runCount < 2"
-"Main.qml:14" "JavaScript" "3" "expression for running"
+"Main.qml:9" "Creating" "2" "QtQml/Timer"
+"Main.qml:13" "Binding" "3" "running: runCount < 2"
+"Main.qml:13" "JavaScript" "3" "expression for running"
"<bytecode>" "Binding" "1" "Source code not available"