From 602d7501daf2d18b68cb61b9413794a523974f30 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Wed, 29 Sep 2021 17:25:01 -0600 Subject: [PATCH] Fix example NAT archive --- .../src/test/example-archive/components/author1.json | 1 - .../src/test/example-archive/components/author2.json | 1 - .../src/test/example-archive/components/name1.json | 1 - .../src/test/example-archive/components/name2.json | 1 - .../src/test/example-archive/components/tags1.json | 4 ---- .../src/test/example-archive/components/tags2.json | 4 ---- .../src/test/example-archive/entries/song1.json | 2 +- .../src/test/example-archive/entries/song2.json | 12 +----------- 8 files changed, 2 insertions(+), 24 deletions(-) delete mode 100644 projects/nat-archive-tool/src/test/example-archive/components/author1.json delete mode 100644 projects/nat-archive-tool/src/test/example-archive/components/author2.json delete mode 100644 projects/nat-archive-tool/src/test/example-archive/components/name1.json delete mode 100644 projects/nat-archive-tool/src/test/example-archive/components/name2.json delete mode 100644 projects/nat-archive-tool/src/test/example-archive/components/tags1.json delete mode 100644 projects/nat-archive-tool/src/test/example-archive/components/tags2.json diff --git a/projects/nat-archive-tool/src/test/example-archive/components/author1.json b/projects/nat-archive-tool/src/test/example-archive/components/author1.json deleted file mode 100644 index 500b26f0..00000000 --- a/projects/nat-archive-tool/src/test/example-archive/components/author1.json +++ /dev/null @@ -1 +0,0 @@ -"Rafael Krux" \ No newline at end of file diff --git a/projects/nat-archive-tool/src/test/example-archive/components/author2.json b/projects/nat-archive-tool/src/test/example-archive/components/author2.json deleted file mode 100644 index 1b4c08b9..00000000 --- a/projects/nat-archive-tool/src/test/example-archive/components/author2.json +++ /dev/null @@ -1 +0,0 @@ -"Kevin MacLeod" \ No newline at end of file diff --git a/projects/nat-archive-tool/src/test/example-archive/components/name1.json b/projects/nat-archive-tool/src/test/example-archive/components/name1.json deleted file mode 100644 index 10700c0e..00000000 --- a/projects/nat-archive-tool/src/test/example-archive/components/name1.json +++ /dev/null @@ -1 +0,0 @@ -"Adventure" \ No newline at end of file diff --git a/projects/nat-archive-tool/src/test/example-archive/components/name2.json b/projects/nat-archive-tool/src/test/example-archive/components/name2.json deleted file mode 100644 index aa59682f..00000000 --- a/projects/nat-archive-tool/src/test/example-archive/components/name2.json +++ /dev/null @@ -1 +0,0 @@ -"Ancient Rite" \ No newline at end of file diff --git a/projects/nat-archive-tool/src/test/example-archive/components/tags1.json b/projects/nat-archive-tool/src/test/example-archive/components/tags1.json deleted file mode 100644 index ed3e4243..00000000 --- a/projects/nat-archive-tool/src/test/example-archive/components/tags1.json +++ /dev/null @@ -1,4 +0,0 @@ -[ - ["song", 1], - ["western", 1] -] \ No newline at end of file diff --git a/projects/nat-archive-tool/src/test/example-archive/components/tags2.json b/projects/nat-archive-tool/src/test/example-archive/components/tags2.json deleted file mode 100644 index 9747a3d4..00000000 --- a/projects/nat-archive-tool/src/test/example-archive/components/tags2.json +++ /dev/null @@ -1,4 +0,0 @@ -[ - ["song", 1], - ["religious", 1] -] \ No newline at end of file diff --git a/projects/nat-archive-tool/src/test/example-archive/entries/song1.json b/projects/nat-archive-tool/src/test/example-archive/entries/song1.json index abd34615..907c2b17 100644 --- a/projects/nat-archive-tool/src/test/example-archive/entries/song1.json +++ b/projects/nat-archive-tool/src/test/example-archive/entries/song1.json @@ -1 +1 @@ -{"components":[["Tags","tags1"],["Name","name1"],["Author","author1"]],"files":["Adventure.mp3"],"id":"song1"} \ No newline at end of file +{"components":[["Tags","[[\"song\", 1],[\"western\", 1]]"],["Name","\"Adventure\""],["Author","\"Rafael Krux\""]],"files":["Adventure.mp3"],"id":"song1"} \ No newline at end of file diff --git a/projects/nat-archive-tool/src/test/example-archive/entries/song2.json b/projects/nat-archive-tool/src/test/example-archive/entries/song2.json index aa8e6b63..3a130410 100644 --- a/projects/nat-archive-tool/src/test/example-archive/entries/song2.json +++ b/projects/nat-archive-tool/src/test/example-archive/entries/song2.json @@ -1,11 +1 @@ -{ - "id": "song2", - "components": [ - ["Name", "name2"], - ["Author", "author2"], - ["Tags", "tags2"] - ], - "files": [ - "Ancient Rite.mp3" - ] -} \ No newline at end of file +{"components":[["Tags","[[\"song\", 1],[\"religious\", 1]]"],["Name","\"Ancient Rite\""],["Author","\"Kevin MacLeod\""]],"files":["Ancient Rite.mp3"],"id":"song2"} \ No newline at end of file