Skip to content

Commit aa2f124

Browse files
author
kaspermarkus
committed
GPII-564: Removed local install config to universal, deleted unnused config files
1 parent be90954 commit aa2f124

File tree

4 files changed

+2
-31
lines changed

4 files changed

+2
-31
lines changed

tests/acceptanceTests/AcceptanceTests_nvda.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You may obtain a copy of the License at
1111
https://github.com/gpii/universal/LICENSE.txt
1212
*/
1313

14-
/*global require*/
14+
/*global require,process*/
1515

1616
"use strict";
1717
var fluid = require("universal"),
@@ -23,7 +23,6 @@ fluid.require("./AcceptanceTests_incl", require);
2323
var testDefs = [
2424
{
2525
name: "Testing screenreader_nvda using Flat matchmaker",
26-
// config: gpiiConfig,
2726
token: "screenreader_nvda",
2827
settingsHandlers: {
2928
"gpii.settingsHandlers.INISettingsHandler": {
@@ -66,7 +65,6 @@ var testDefs = [
6665
]
6766
}, {
6867
name: "Testing screenreader_common using Flat matchmaker",
69-
// config: gpiiConfig,
7068
token: "screenreader_common",
7169
settingsHandlers: {
7270
"gpii.settingsHandlers.INISettingsHandler": {
@@ -107,7 +105,6 @@ var testDefs = [
107105
]
108106
}, {
109107
name: "Testing screenreader_orca using Flat matchmaker",
110-
// config: gpiiConfig,
111108
token: "screenreader_orca",
112109
settingsHandlers: {
113110
"gpii.settingsHandlers.INISettingsHandler": {

tests/acceptanceTests/configs/base.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

tests/acceptanceTests/configs/nvda_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
}
1717
},
1818
"includes": [
19-
"base.json"
19+
"../../../../node_modules/universal/tests/acceptanceTests/localInstall.json"
2020
]
2121
}

tests/acceptanceTests/setup1/configs/development-config.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)