summaryrefslogtreecommitdiffhomepage
path: root/test/json
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-11-06 09:41:27 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-11-06 09:41:27 +0100
commit8f43d67836b0083d28a1642fbf7382c8a1b493c3 (patch)
treebf5c025bcb1845555619612d728f01d43a196b77 /test/json
parent98c7d987251a550c41db29ef000573733245f56e (diff)
a
Diffstat (limited to 'test/json')
-rw-r--r--test/json/wall-atlas-01_header.json7
-rw-r--r--test/json/wall-atlas-02_groups.json12
-rw-r--r--test/json/wall-atlas-header1.json9
3 files changed, 19 insertions, 9 deletions
diff --git a/test/json/wall-atlas-01_header.json b/test/json/wall-atlas-01_header.json
new file mode 100644
index 00000000..6859c6da
--- /dev/null
+++ b/test/json/wall-atlas-01_header.json
@@ -0,0 +1,7 @@
+{
+ "name": "foo",
+ "depth": 42,
+ "frames": [],
+ "n": {},
+ "w": {}
+}
diff --git a/test/json/wall-atlas-02_groups.json b/test/json/wall-atlas-02_groups.json
new file mode 100644
index 00000000..cf342eac
--- /dev/null
+++ b/test/json/wall-atlas-02_groups.json
@@ -0,0 +1,12 @@
+{
+ "name": "foo",
+ "depth": 42,
+ "frames": [],
+ "n": {},
+ "w": {
+ "wall": {},
+ "side": {
+ "pixel-size": "42 x 192"
+ }
+ }
+}
diff --git a/test/json/wall-atlas-header1.json b/test/json/wall-atlas-header1.json
deleted file mode 100644
index a5591245..00000000
--- a/test/json/wall-atlas-header1.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "name": "foo",
- "depth": 42,
- "directions": {
- "w": {},
- "n": {}
- },
- "frames": []
-}