From 6ed43975f6733265b8b91b00a9a212076d896ef9 Mon Sep 17 00:00:00 2001 From: Leonardo Sobral Cunha Date: Mon, 22 Mar 2010 10:53:06 +1000 Subject: Fix qdeclarativetextedit::delegateLoading autotest After d039e2e8307, this test broke because of restricted remote imports. --- .../declarative/qdeclarativetextedit/data/http/cursorHttpTestPass.qml | 1 + tests/auto/declarative/qdeclarativetextedit/data/http/qmldir | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 tests/auto/declarative/qdeclarativetextedit/data/http/qmldir 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 -- cgit v0.12