diff options
| author | Trial97 <alexandru.tripon97@gmail.com> | 2023-08-31 17:34:05 +0300 |
|---|---|---|
| committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-08-31 17:34:05 +0300 |
| commit | 6cfe2dbc50d0dbe53c59012375fcd0cf3a8558a9 (patch) | |
| tree | a7468918ebfe924b85d834d54fd7c72080ab9d41 /tests/testdata | |
| parent | 311e36b5d6dfaed449a3bbdada3d2e5b87f2b6d9 (diff) | |
| download | PrismLauncher-6cfe2dbc50d0dbe53c59012375fcd0cf3a8558a9.tar.gz PrismLauncher-6cfe2dbc50d0dbe53c59012375fcd0cf3a8558a9.tar.bz2 PrismLauncher-6cfe2dbc50d0dbe53c59012375fcd0cf3a8558a9.zip | |
moved catpack data to testdata
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'tests/testdata')
| -rw-r--r-- | tests/testdata/CatPacks/index.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/testdata/CatPacks/index.json b/tests/testdata/CatPacks/index.json new file mode 100644 index 00000000..c55813db --- /dev/null +++ b/tests/testdata/CatPacks/index.json @@ -0,0 +1,26 @@ +{ + "name": "My Cute Cat", + "default": "maxwell.png", + "variants": [ + { + "startTime": { "day": 12, "month": 4 }, + "endTime": { "day": 12, "month": 4 }, + "path": "oneDay.png" + }, + { + "startTime": { "day": 20, "month": 12 }, + "endTime": { "day": 28, "month": 12 }, + "path": "christmas.png" + }, + { + "startTime": { "day": 30, "month": 12 }, + "endTime": { "day": 1, "month": 1 }, + "path": "newyear2.png" + }, + { + "startTime": { "day": 28, "month": 12 }, + "endTime": { "day": 3, "month": 1 }, + "path": "newyear.png" + } + ] +} |
