summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-11-06 01:03:18 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-11-06 01:03:18 (GMT)
commit71b0c10cb0a0186b6978143566bb0b35b3de3b54 (patch)
tree8e319eeffff3ba97b4f8a5412eb7c9051a757999
parentd79eb9b3e824b2d61ae4412889d0f8a0eb8e688c (diff)
downloadQt-71b0c10cb0a0186b6978143566bb0b35b3de3b54.zip
Qt-71b0c10cb0a0186b6978143566bb0b35b3de3b54.tar.gz
Qt-71b0c10cb0a0186b6978143566bb0b35b3de3b54.tar.bz2
move
-rw-r--r--tests/auto/declarative/qmlgraphicswebview/data/basic.html (renamed from tests/auto/declarative/qfxwebview/data/basic.html)0
-rw-r--r--tests/auto/declarative/qmlgraphicswebview/data/basic.png (renamed from tests/auto/declarative/qfxwebview/data/basic.png)bin3961 -> 3961 bytes
-rw-r--r--tests/auto/declarative/qmlgraphicswebview/data/basic.qml (renamed from tests/auto/declarative/qfxwebview/data/basic.qml)0
-rw-r--r--tests/auto/declarative/qmlgraphicswebview/data/sethtml.qml (renamed from tests/auto/declarative/qfxwebview/data/sethtml.qml)0
-rw-r--r--tests/auto/declarative/qmlgraphicswebview/qmlgraphicswebview.pro (renamed from tests/auto/declarative/qfxwebview/qfxwebview.pro)2
-rw-r--r--tests/auto/declarative/qmlgraphicswebview/tst_qmlgraphicswebview.cpp (renamed from tests/auto/declarative/qfxwebview/tst_qfxwebview.cpp)0
6 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qfxwebview/data/basic.html b/tests/auto/declarative/qmlgraphicswebview/data/basic.html
index c262f12..c262f12 100644
--- a/tests/auto/declarative/qfxwebview/data/basic.html
+++ b/tests/auto/declarative/qmlgraphicswebview/data/basic.html
diff --git a/tests/auto/declarative/qfxwebview/data/basic.png b/tests/auto/declarative/qmlgraphicswebview/data/basic.png
index 35717cc..35717cc 100644
--- a/tests/auto/declarative/qfxwebview/data/basic.png
+++ b/tests/auto/declarative/qmlgraphicswebview/data/basic.png
Binary files differ
diff --git a/tests/auto/declarative/qfxwebview/data/basic.qml b/tests/auto/declarative/qmlgraphicswebview/data/basic.qml
index 5394837..5394837 100644
--- a/tests/auto/declarative/qfxwebview/data/basic.qml
+++ b/tests/auto/declarative/qmlgraphicswebview/data/basic.qml
diff --git a/tests/auto/declarative/qfxwebview/data/sethtml.qml b/tests/auto/declarative/qmlgraphicswebview/data/sethtml.qml
index 063b5a8..063b5a8 100644
--- a/tests/auto/declarative/qfxwebview/data/sethtml.qml
+++ b/tests/auto/declarative/qmlgraphicswebview/data/sethtml.qml
diff --git a/tests/auto/declarative/qfxwebview/qfxwebview.pro b/tests/auto/declarative/qmlgraphicswebview/qmlgraphicswebview.pro
index b75e057..cce3df2 100644
--- a/tests/auto/declarative/qfxwebview/qfxwebview.pro
+++ b/tests/auto/declarative/qmlgraphicswebview/qmlgraphicswebview.pro
@@ -2,7 +2,7 @@ load(qttest_p4)
contains(QT_CONFIG,declarative): QT += declarative
macx:CONFIG -= app_bundle
-SOURCES += tst_qfxwebview.cpp
+SOURCES += tst_qmlgraphicswebview.cpp
# Define SRCDIR equal to test's source directory
DEFINES += SRCDIR=\\\"$$PWD\\\"
diff --git a/tests/auto/declarative/qfxwebview/tst_qfxwebview.cpp b/tests/auto/declarative/qmlgraphicswebview/tst_qmlgraphicswebview.cpp
index a8a0854..a8a0854 100644
--- a/tests/auto/declarative/qfxwebview/tst_qfxwebview.cpp
+++ b/tests/auto/declarative/qmlgraphicswebview/tst_qmlgraphicswebview.cpp