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 907c2b17..d0474dd8 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","[[\"song\", 1],[\"western\", 1]]"],["Name","\"Adventure\""],["Author","\"Rafael Krux\""]],"files":["Adventure.mp3"],"id":"song1"} \ No newline at end of file +{"components":[["Tags","[[\"song\", 1],[\"stepperProcessed\", 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 3a130410..50c8de7b 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 +1 @@ -{"components":[["Tags","[[\"song\", 1],[\"religious\", 1]]"],["Name","\"Ancient Rite\""],["Author","\"Kevin MacLeod\""]],"files":["Ancient Rite.mp3"],"id":"song2"} \ No newline at end of file +{"components":[["Tags","[[\"song\", 1],[\"stepperProcessed\", 1],[\"religious\", 1]]"],["Name","\"Ancient Rite\""],["Author","\"Kevin MacLeod\""]],"files":["Ancient Rite.mp3"],"id":"song2"} \ No newline at end of file diff --git a/projects/nat-archive-tool/src/test/example-archive/playgrounds.json b/projects/nat-archive-tool/src/test/example-archive/playgrounds.json new file mode 100644 index 00000000..9e86c1c4 --- /dev/null +++ b/projects/nat-archive-tool/src/test/example-archive/playgrounds.json @@ -0,0 +1,6 @@ +{ + "default": "Playground-MAIN", + "Playground-MAIN": { + "catsMatch": "true" + } +}