mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
@@ -58,7 +58,7 @@ private slots:
|
||||
bool ok = false;
|
||||
const QByteArray compressedData = Utils::Gzip::compress(data, 6, &ok);
|
||||
QVERIFY(ok);
|
||||
QVERIFY(compressedData != data);
|
||||
QCOMPARE_NE(compressedData, data);
|
||||
|
||||
ok = false;
|
||||
const QByteArray decompressedData = Utils::Gzip::decompress(compressedData, &ok);
|
||||
|
||||
Reference in New Issue
Block a user