summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-11-10 07:20:36 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-11-10 07:20:36 (GMT)
commitd3331b23948913977cb1cd6e445dc37576e04539 (patch)
treeb930d4284417c66abe1f15fd0ca4411dcbb73b52
parent98915dbb2359c9636b911c6e65eba41717339a7c (diff)
downloadQt-d3331b23948913977cb1cd6e445dc37576e04539.zip
Qt-d3331b23948913977cb1cd6e445dc37576e04539.tar.gz
Qt-d3331b23948913977cb1cd6e445dc37576e04539.tar.bz2
Follow change.
-rw-r--r--tests/auto/declarative/qmlgraphicswebview/tst_qmlgraphicswebview.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/declarative/qmlgraphicswebview/tst_qmlgraphicswebview.cpp b/tests/auto/declarative/qmlgraphicswebview/tst_qmlgraphicswebview.cpp
index c05f8a6..44319c1 100644
--- a/tests/auto/declarative/qmlgraphicswebview/tst_qmlgraphicswebview.cpp
+++ b/tests/auto/declarative/qmlgraphicswebview/tst_qmlgraphicswebview.cpp
@@ -134,7 +134,6 @@ void tst_qmlgraphicswebview::basicProperties()
QCOMPARE(wv->statusText(),QString("status here"));
QCOMPARE(strippedHtml(fileContents(SRCDIR "/data/basic.html")), strippedHtml(wv->html()));
QCOMPARE(wv->width(), 123.0);
- QCOMPARE(wv->webPageWidth(), 0);
QCOMPARE(wv->preferredWidth(), 0);
QCOMPARE(wv->zoomFactor(), 1.0);
QCOMPARE(wv->url(), QUrl::fromLocalFile(SRCDIR "/data/basic.html"));
@@ -170,7 +169,6 @@ void tst_qmlgraphicswebview::historyNav()
QCOMPARE(wv->statusText(),QString("status here"));
QCOMPARE(strippedHtml(fileContents(SRCDIR "/data/basic.html")), strippedHtml(wv->html()));
QCOMPARE(wv->width(), 123.0);
- QCOMPARE(wv->webPageWidth(), 0);
QCOMPARE(wv->preferredWidth(), 0);
QCOMPARE(wv->zoomFactor(), 1.0);
QCOMPARE(wv->url(), QUrl::fromLocalFile(SRCDIR "/data/basic.html"));