Skip to content

Commit 5af03bb

Browse files
authored
Merge 1b2ef06 into 462365a
2 parents 462365a + 1b2ef06 commit 5af03bb

13 files changed

Lines changed: 1836 additions & 1392 deletions

File tree

appveyor/scripts/tests/systemTests.ps1

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
$testOutput = (Resolve-Path .\testOutput\)
22
$systemTestOutput = (Resolve-Path "$testOutput\system")
3-
.\runsystemtests.bat --variable whichNVDA:installed --variable installDir:"${env:nvdaLauncherFile}" --include installer
3+
4+
.\runsystemtests.bat `
5+
--variable whichNVDA:installed `
6+
--variable installDir:"${env:nvdaLauncherFile}" `
7+
--include installer `
8+
--include NVDA `
9+
# last line inentionally blank, allowing all lines to have line continuations.
10+
411
if($LastExitCode -ne 0) {
512
Set-AppveyorBuildVariable "testFailExitCode" $LastExitCode
613
Add-AppveyorMessage "FAIL: System tests. See test results for more information."

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,8 @@ Any arguments given to rununittests.bat are forwarded onto Nose.
308308
Please refer to Nose's own documentation on how to filter tests etc.
309309

310310
### System Tests
311-
System tests can be run with the `runsystemtests.bat` script.
311+
System tests can be run with the `runsystemtests.bat --include <TAG>` script.
312+
To run all tests standard tests for developers use `runsystemtests.bat --include NVDA`.
312313
Internally this script uses the Robot test framework to execute the tests.
313314
Any arguments given to runsystemtests.bat are forwarded onto Robot.
314315
For more details (including filtering and exclusion of tests) see `tests/system/readme.md`.

source/locale/de/LC_MESSAGES/nvda.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ msgid ""
22
msgstr ""
33
"Project-Id-Version: \n"
44
"Report-Msgid-Bugs-To: \n"
5-
"POT-Creation-Date: 2022-07-08 00:02+0000\n"
5+
"POT-Creation-Date: 2022-07-22 00:02+0000\n"
66
"PO-Revision-Date: \n"
7-
"Last-Translator: René Linke <rene.linke@hamburg.de>\n"
7+
"Last-Translator: Bernd Dorer <mail@bdorer.de>\n"
88
"Language-Team: \n"
99
"Language: de\n"
1010
"MIME-Version: 1.0\n"
@@ -10975,7 +10975,7 @@ msgstr "mit %s Einträgen"
1097510975
#. Translators: Indicates end of something (example output: at the end of a list, speaks out of list).
1097610976
#, python-format
1097710977
msgid "out of %s"
10978-
msgstr "außerhalb von %s"
10978+
msgstr "%s Ende"
1097910979

1098010980
#. Translators: Indicates the page number in a document.
1098110981
#. %s will be replaced with the page number.

0 commit comments

Comments
 (0)