diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2010-10-29 05:33:26 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2010-10-29 05:37:40 (GMT) |
commit | 05701150d5d8c619288486593363f0b52a8eda49 (patch) | |
tree | 2881a31c75cf4f496bb6b2b28581700676141863 /tests/auto/declarative/qmlvisual/webview/zooming/resolution.qml | |
parent | 099a041a69c5c2d27fab0ee70a98107e8a5ae0dc (diff) | |
download | Qt-05701150d5d8c619288486593363f0b52a8eda49.zip Qt-05701150d5d8c619288486593363f0b52a8eda49.tar.gz Qt-05701150d5d8c619288486593363f0b52a8eda49.tar.bz2 |
Revert "Disable WebView visualtests"
This reverts commit 8ba02a8f5a537b9f7e1ff671abe6eed67029db58.
ExpectFail state has been altered. Redoing that commit.
This commit also adds the new line to indicate tests we don't care about
Diffstat (limited to 'tests/auto/declarative/qmlvisual/webview/zooming/resolution.qml')
-rw-r--r-- | tests/auto/declarative/qmlvisual/webview/zooming/resolution.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlvisual/webview/zooming/resolution.qml b/tests/auto/declarative/qmlvisual/webview/zooming/resolution.qml index e9189db..fe33f3f 100644 --- a/tests/auto/declarative/qmlvisual/webview/zooming/resolution.qml +++ b/tests/auto/declarative/qmlvisual/webview/zooming/resolution.qml @@ -2,6 +2,7 @@ import QtQuick 1.0 import org.webkit 1.0 WebView { + property string skip: "WebView tests not counting until resources allocated to WebView maintenance" width: 200 * zoomFactor height: 250 * zoomFactor scale: 1/zoomFactor |