gwenview: adjust test to archive support removal

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2021-07-28 20:13:25 +03:00
parent 194f6eda25
commit f4e494e8a2

View file

@ -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");