Skip to content

Commit d23e158

Browse files
author
yzen
committed
GPII-75: updated path values for test material data.
1 parent 33a8003 commit d23e158

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/AcceptanceTests.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ var testDefs = [
456456
"speech.espeak.sayCapForCapitals": true
457457
},
458458
"options": {
459-
"path": "${{environment}.APPDATA}\\nvda\\nvda.ini",
459+
"path": path.resolve(process.env.APPDATA, "nvda/nvda.ini"),
460460
"allowNumberSignComments": true,
461461
"allowSubSections": true
462462
}
@@ -494,7 +494,7 @@ var testDefs = [
494494
"speech.espeak.sayCapForCapitals": true
495495
},
496496
"options": {
497-
"path": "${{environment}.APPDATA}\\nvda\\nvda.ini",
497+
"path": path.resolve(process.env.APPDATA, "nvda/nvda.ini"),
498498
"allowNumberSignComments": true,
499499
"allowSubSections": true
500500
}
@@ -528,7 +528,7 @@ var testDefs = [
528528
"virtualBuffers.autoSayAllOnPageLoad": false
529529
},
530530
"options": {
531-
"path": "${{environment}.APPDATA}\\nvda\\nvda.ini",
531+
"path": path.resolve(process.env.APPDATA, "nvda/nvda.ini"),
532532
"allowNumberSignComments": true,
533533
"allowSubSections": true
534534
}

0 commit comments

Comments
 (0)