diff --git a/gwenview/tests/auto/urlutilstest.cpp b/gwenview/tests/auto/urlutilstest.cpp index 1b82bf01..277fea04 100644 --- a/gwenview/tests/auto/urlutilstest.cpp +++ b/gwenview/tests/auto/urlutilstest.cpp @@ -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");