mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
gwenview: adjust test to archive support removal
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
194f6eda25
commit
f4e494e8a2
1 changed files with 0 additions and 2 deletions
|
@ -49,8 +49,6 @@ void UrlUtilsTest::testFixUserEnteredUrl_data()
|
|||
QString pwd = QDir::currentPath();
|
||||
|
||||
NEW_ROW("http://example.com", "http://example.com");
|
||||
NEW_ROW("file://" + pwd + "/example.zip", "zip:" + pwd + "/example.zip");
|
||||
NEW_ROW("file://" + pwd + "/example.cbz", "zip:" + pwd + "/example.cbz");
|
||||
NEW_ROW("file://" + pwd + "/example.jpg", "file://" + pwd + "/example.jpg");
|
||||
// Check it does not get turned into gzip://...
|
||||
NEW_ROW("file://" + pwd + "/example.svgz", "file://" + pwd + "/example.svgz");
|
||||
|
|
Loading…
Add table
Reference in a new issue