mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
Ref T258, added test directory and test files for compressing tests
This commit is contained in:
BIN
resources/share/test/countries.json.gz
Normal file
BIN
resources/share/test/countries.json.gz
Normal file
Binary file not shown.
BIN
resources/share/test/test.zip
Normal file
BIN
resources/share/test/test.zip
Normal file
Binary file not shown.
@@ -178,6 +178,12 @@ namespace BlackMisc
|
|||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const QString &CDirectoryUtils::shareTestDirectory()
|
||||||
|
{
|
||||||
|
static const QString test(CFileUtils::appendFilePaths(CDirectoryUtils::shareDirectory(), "test"));
|
||||||
|
return test;
|
||||||
|
}
|
||||||
|
|
||||||
const QString &CDirectoryUtils::bootstrapFileName()
|
const QString &CDirectoryUtils::bootstrapFileName()
|
||||||
{
|
{
|
||||||
static const QString n("bootstrap.json");
|
static const QString n("bootstrap.json");
|
||||||
|
|||||||
@@ -65,6 +65,9 @@ namespace BlackMisc
|
|||||||
//! \remark share not shared (do no mix)
|
//! \remark share not shared (do no mix)
|
||||||
static const QString &shareDirectory();
|
static const QString &shareDirectory();
|
||||||
|
|
||||||
|
//! The test data directory
|
||||||
|
static const QString &shareTestDirectory();
|
||||||
|
|
||||||
//! Bootstrap file name
|
//! Bootstrap file name
|
||||||
static const QString &bootstrapFileName();
|
static const QString &bootstrapFileName();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user