~rpadovani/webbrowser-app/data-address

« back to all changes in this revision

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

  • Committer: Riccardo Padovani
  • Date: 2015-04-27 08:23:06 UTC
  • Revision ID: riccardo@rpadovani.com-20150427082306-3rlrxtn0amfjkkg2
Fix implementation of urlManagement for data: address

Show diffs side-by-side

added added

removed removed

Lines of Context:
195
195
                {text: "FILE:///usr/share/doc/ubuntu-online-tour/index.html", requestedUrl: "file:///usr/share/doc/ubuntu-online-tour/index.html"},
196
196
                {text: "FTP://ubuntu.com", requestedUrl: "ftp://ubuntu.com"},
197
197
                {text: "ABOUT:BLANK", requestedUrl: "about:blank"},
198
 
                {text: "DATA:,A brief note", requestedUrl: "data:,A%20brief%20note"}
 
198
                {text: "DATA:,A brief note", requestedUrl: "data:,A brief note"}
199
199
            ]
200
200
        }
201
201