From 95f20cf82f8bef73797c13dfab6fc04ce86d5fc2 Mon Sep 17 00:00:00 2001 From: ste Date: Wed, 18 Jul 2018 13:46:18 +0100 Subject: [PATCH] GPII-2717: Updated nyx user to use JSON5 --- testData/preferences/nyx.json | 13 ------------- testData/preferences/nyx.json5 | 24 ++++++++++++++++++++++++ testData/preferences/nyx.md | 11 ----------- 3 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 testData/preferences/nyx.json create mode 100644 testData/preferences/nyx.json5 delete mode 100644 testData/preferences/nyx.md diff --git a/testData/preferences/nyx.json b/testData/preferences/nyx.json deleted file mode 100644 index ed370d66f..000000000 --- a/testData/preferences/nyx.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "flat": { - "name": "Nyx", - "contexts": { - "gpii-default": { - "name": "Default preferences", - "preferences": { - "http://registry.gpii.net/common/nightScreen": true - } - } - } - } -} diff --git a/testData/preferences/nyx.json5 b/testData/preferences/nyx.json5 new file mode 100644 index 000000000..97bdbd39a --- /dev/null +++ b/testData/preferences/nyx.json5 @@ -0,0 +1,24 @@ +//# Nyx +// +//The preference set enables the night screen, reducing the blue from the screen. +// +//## Testing +// +//To see the results, a physical machine is required. When enabled, the blue is reduced (making white turn yellow). +// +//For a VM, search for "night light" in System Settings. The button will say `Turn on now` if this setting is disabled, +//otherwise `Turn off now`. +// +{ + "flat": { + "name": "Nyx", + "contexts": { + "gpii-default": { + "name": "Default preferences", + "preferences": { + "http://registry.gpii.net/common/nightScreen": true + } + } + } + } +} diff --git a/testData/preferences/nyx.md b/testData/preferences/nyx.md deleted file mode 100644 index fdfede725..000000000 --- a/testData/preferences/nyx.md +++ /dev/null @@ -1,11 +0,0 @@ -# Nyx - -The preference set enables the night screen, reducing the blue from the screen. - -## Testing - -To see the results, a physical machine is required. When enabled, the blue is reduced (making white turn yellow). - -For a VM, search for "night light" in System Settings. The button will say `Turn on now` if this setting is disabled, -otherwise `Turn off now`. -