~abreu-alexandre/oxide/add-ua-to-downloadrequested

« back to all changes in this revision

Viewing changes to qt/tests/qmltests/api/tst_WebView_loading_deprecated.qml

  • Committer: Chris Coulson
  • Date: 2014-10-09 22:02:09 UTC
  • Revision ID: chris.coulson@canonical.com-20141009220209-qe2lw9pek373c43p
Tags: BRANCH_1_3
Only emit LoadEvent.TypeRedirected for the new loadEvent signal

Show diffs side-by-side

added added

removed removed

Lines of Context:
159
159
      var url = "http://testsuite/tst_WebView_loading_redirect.py";
160
160
      expectedLoadEvents = [
161
161
        { type: LoadEvent.TypeStarted, url: url, loading: true },
162
 
        { type: LoadEvent.TypeRedirected, url: "http://testsuite/empty.html", loading: true },
163
162
        { type: LoadEvent.TypeSucceeded, url: "http://testsuite/empty.html", loading: false }
164
163
      ];
165
164