mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-06-28 09:25:04 -04:00
parent
b74b334e34
commit
882da47609
3 changed files with 31 additions and 31 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue