chore: reformat
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
ce2ca13815
commit
1d468ac35a
594 changed files with 16040 additions and 16536 deletions
|
@ -30,13 +30,13 @@
|
|||
class DataPackParseTest : public QObject {
|
||||
Q_OBJECT
|
||||
|
||||
private slots:
|
||||
private slots:
|
||||
void test_parseZIP()
|
||||
{
|
||||
QString source = QFINDTESTDATA("testdata/DataPackParse");
|
||||
|
||||
QString zip_dp = FS::PathCombine(source, "test_data_pack_boogaloo.zip");
|
||||
DataPack pack { QFileInfo(zip_dp) };
|
||||
DataPack pack{ QFileInfo(zip_dp) };
|
||||
|
||||
bool valid = DataPackUtils::processZIP(pack);
|
||||
|
||||
|
@ -50,7 +50,7 @@ class DataPackParseTest : public QObject {
|
|||
QString source = QFINDTESTDATA("testdata/DataPackParse");
|
||||
|
||||
QString folder_dp = FS::PathCombine(source, "test_folder");
|
||||
DataPack pack { QFileInfo(folder_dp) };
|
||||
DataPack pack{ QFileInfo(folder_dp) };
|
||||
|
||||
bool valid = DataPackUtils::processFolder(pack);
|
||||
|
||||
|
@ -64,7 +64,7 @@ class DataPackParseTest : public QObject {
|
|||
QString source = QFINDTESTDATA("testdata/DataPackParse");
|
||||
|
||||
QString folder_dp = FS::PathCombine(source, "another_test_folder");
|
||||
DataPack pack { QFileInfo(folder_dp) };
|
||||
DataPack pack{ QFileInfo(folder_dp) };
|
||||
|
||||
bool valid = DataPackUtils::process(pack);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue