Skip to content

Commit

Permalink
standard assumed to match default
Browse files Browse the repository at this point in the history
  • Loading branch information
cen1 committed Oct 5, 2024
1 parent 97fda3d commit e5b52ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions qztest/testjlcompress.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ void TestJlCompress::compressFileOptions_data()
<< "test0.txt"
<< QDateTime(QDate(2024, 9, 19), QTime(21, 0, 0), QTimeZone::utc())
<< JlCompress::Options::Standard
<< ""
<< "";
<< "5eedd83aee92cf3381155d167fee54a4ef6e43b8bc7a979c903611d9aa28610a"
<< "cb1847dff1a5c33a805efde2558fc74024ad4c64c8607f8b12903e4d92385955";
QTest::newRow("simple-better") << "jlsimplefile-better.zip"
<< "test0.txt"
<< QDateTime(QDate(2024, 9, 19), QTime(21, 0, 0), QTimeZone::utc())
Expand Down Expand Up @@ -322,8 +322,8 @@ void TestJlCompress::compressDirOptions_data()
<< "testdir2/subdir/" << "testdir2/subdir/test2sub.txt")
<< QDateTime(QDate(2024, 9, 19), QTime(21, 0, 0), QTimeZone::utc())
<< JlCompress::Options::Standard
<< ""
<< "";
<< "ed0d5921b2fc11b6b4cb214b3e43ea3ea28987d6ff8080faab54c4756de30af6"
<< "1eba110a33718c07a4ddf3fa515d1b4c6e3f4fc912b2e29e5e32783e2cddf852";
QTest::newRow("simple-better") << "jldir-better.zip"
<< (QStringList() << "test0.txt" << "testdir1/test1.txt"
<< "testdir2/test2.txt" << "testdir2/subdir/test2sub.txt")
Expand Down

0 comments on commit e5b52ce

Please sign in to comment.