diff options
author | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2010-03-22 00:53:06 (GMT) |
---|---|---|
committer | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2010-03-22 00:55:09 (GMT) |
commit | 6ed43975f6733265b8b91b00a9a212076d896ef9 (patch) | |
tree | 8c8859f404b066695b3f929d0146a5c7604345ba /tests/auto/declarative | |
parent | 71be51f256edbac81966e1d65ef6f774f5fa17e9 (diff) | |
download | Qt-6ed43975f6733265b8b91b00a9a212076d896ef9.zip Qt-6ed43975f6733265b8b91b00a9a212076d896ef9.tar.gz Qt-6ed43975f6733265b8b91b00a9a212076d896ef9.tar.bz2 |
Fix qdeclarativetextedit::delegateLoading autotest
After d039e2e8307, this test broke because of restricted remote imports.
Diffstat (limited to 'tests/auto/declarative')
-rw-r--r-- | tests/auto/declarative/qdeclarativetextedit/data/http/cursorHttpTestPass.qml | 1 | ||||
-rw-r--r-- | tests/auto/declarative/qdeclarativetextedit/data/http/qmldir | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativetextedit/data/http/cursorHttpTestPass.qml b/tests/auto/declarative/qdeclarativetextedit/data/http/cursorHttpTestPass.qml index a44e867..de4de00 100644 --- a/tests/auto/declarative/qdeclarativetextedit/data/http/cursorHttpTestPass.qml +++ b/tests/auto/declarative/qdeclarativetextedit/data/http/cursorHttpTestPass.qml @@ -1,4 +1,5 @@ import Qt 4.6 +import "http://localhost:42332" Rectangle { width: 300; height: 300; color: "white" resources: [ diff --git a/tests/auto/declarative/qdeclarativetextedit/data/http/qmldir b/tests/auto/declarative/qdeclarativetextedit/data/http/qmldir new file mode 100644 index 0000000..886e6ff --- /dev/null +++ b/tests/auto/declarative/qdeclarativetextedit/data/http/qmldir @@ -0,0 +1,4 @@ +ErrItem ErrItem.qml +NormItem NormItem.qml +FailItem FailItem.qml +WaitItem WaitItem.qml |