summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-10-29 08:03:21 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2010-10-29 08:03:21 (GMT)
commit2ce656569946f31d0da6b4f5877b69d7afe06d93 (patch)
tree1e6a7d350476babb0be18ff90053ebef77324fa3 /tools
parent05701150d5d8c619288486593363f0b52a8eda49 (diff)
downloadQt-2ce656569946f31d0da6b4f5877b69d7afe06d93.zip
Qt-2ce656569946f31d0da6b4f5877b69d7afe06d93.tar.gz
Qt-2ce656569946f31d0da6b4f5877b69d7afe06d93.tar.bz2
Update webview visual tests to new skip mode
New mode requires them to at least compile. Now that I've noticed this, removing that check on compile failures in QDeclarativeTester. Task-number: QTBUG-14792
Diffstat (limited to 'tools')
-rw-r--r--tools/qml/qdeclarativetester.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/qml/qdeclarativetester.cpp b/tools/qml/qdeclarativetester.cpp
index a0ef4a1..67ea03d 100644
--- a/tools/qml/qdeclarativetester.cpp
+++ b/tools/qml/qdeclarativetester.cpp
@@ -128,10 +128,8 @@ void QDeclarativeTester::executefailure()
{
hasFailed = true;
- if (options & QDeclarativeViewer::ExitOnFailure){
- testSkip();
- exit(hasFailed?-1:0);
- }
+ if (options & QDeclarativeViewer::ExitOnFailure)
+ exit(-1);
}
void QDeclarativeTester::imagefailure()