summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@digia.com>2014-07-03 09:59:14 +0200
committerChristian Stenger <christian.stenger@digia.com>2014-07-03 10:02:54 +0200
commit881632c390413da38fe2f28e1bc86c448e562b8e (patch)
treecb18d203320e514428af998a30343780a7163c7d /tests
parent776e6adda7de1c697cf2605e4ffb97d1631d3bfc (diff)
downloadqt-creator-881632c390413da38fe2f28e1bc86c448e562b8e.tar.gz
Squish: Fix expected values in tst_simple_analyze
"Source code not available" is shown again - now they're displayed from the view instead of being added explicitly to the model. See ccf871aa200a4147044e46e1245c5d9e5ccd12ef. Change-Id: I8c370008005c9453cc86dacb410b310b972e03eb Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/system/suite_debugger/tst_simple_analyze/testdata/events_qt48.tsv2
-rw-r--r--tests/system/suite_debugger/tst_simple_analyze/testdata/events_qt50.tsv2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/system/suite_debugger/tst_simple_analyze/testdata/events_qt48.tsv b/tests/system/suite_debugger/tst_simple_analyze/testdata/events_qt48.tsv
index f343052ac2..443e686825 100644
--- a/tests/system/suite_debugger/tst_simple_analyze/testdata/events_qt48.tsv
+++ b/tests/system/suite_debugger/tst_simple_analyze/testdata/events_qt48.tsv
@@ -4,5 +4,5 @@
"main.qml:1" "Create" "1" "main.qml"
"main.qml:1" "Compile" "1" "main.qml"
"main.qml:31" "Binding" "1" "text: qsTr(""Hello World"")"
-"<bytecode>" "Binding" "2" ""
+"<bytecode>" "Binding" "2" "Source code not available"
"main.qml:11" "Binding" "3" "running: runCount < 2"
diff --git a/tests/system/suite_debugger/tst_simple_analyze/testdata/events_qt50.tsv b/tests/system/suite_debugger/tst_simple_analyze/testdata/events_qt50.tsv
index 7f1b3ab4f7..c9027ef163 100644
--- a/tests/system/suite_debugger/tst_simple_analyze/testdata/events_qt50.tsv
+++ b/tests/system/suite_debugger/tst_simple_analyze/testdata/events_qt50.tsv
@@ -4,5 +4,5 @@
"main.qml:12" "Signal" "2" "triggered(): { runCount += 1; var i; for (i = 1; i < 2500; ++i) { var j = i * i; console.log(j); } }"
"main.qml:1" "Compile" "1" "main.qml"
"main.qml:31" "Binding" "1" "text: qsTr(""Hello World"")"
-"<bytecode>" "Binding" "2" ""
+"<bytecode>" "Binding" "2" "Source code not available"
"main.qml:11" "Binding" "3" "running: runCount < 2"