~rpadovani/oxide/http-status-code

« back to all changes in this revision

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

  • Committer: Riccardo Padovani
  • Date: 2015-04-26 12:25:02 UTC
  • Revision ID: rpadovani@ubuntu.com-20150426122502-5zwxdb2b0ob710rb
Register data type and remove useless file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
import QtQuick 2.0
2
2
import QtTest 1.0
3
 
import com.canonical.Oxide 1.0
 
3
import com.canonical.Oxide 1.8
4
4
import com.canonical.Oxide.Testing 1.0
5
5
 
6
6
TestWebView {
23
23
                 "Unexpected value of httpStatusCode");
24
24
  }
25
25
 
26
 
  context.networkRequestDelegate: WebContextDelegateWorker {
27
 
    source: Qt.resolvedUrl("tst_LoadEvent_httpStatusCode.js")
28
 
  }
29
 
 
30
26
  TestCase {
31
27
    id: test
32
28
    name: "LoadEvent_httpStatusCode"