~michael-sheldon/webbrowser-app/implement-download-folder

« back to all changes in this revision

Viewing changes to tests/unittests/qml/tst_BrowserTab.qml

  • Committer: Michael Sheldon
  • Date: 2015-11-30 09:38:08 UTC
  • mfrom: (1106.59.56 webbrowser-app)
  • Revision ID: michael.sheldon@canonical.com-20151130093808-sq5aab5yjmdlcn8g
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
            tab.reload()
106
106
            verify(tab.webviewPresent)
107
107
            compare(tab.webview.reloaded, 1)
 
108
 
 
109
            tab.destroy()
108
110
        }
109
111
 
110
112
        function test_create_with_request() {
162
164
            verify(FileOperations.exists(path))
163
165
            tab.close()
164
166
            verify(!FileOperations.exists(path))
 
167
 
 
168
            tab.destroy()
165
169
        }
166
170
    }
167
171
}