8000 Localization tests for new Name setting #4583. · robotframework/robotframework@9e675bb · GitHub
[go: up one dir, main page]

Skip to content

Commit 9e675bb

Browse files
committed
Localization tests for new Name setting #4583.
1 parent afcbbff commit 9e675bb

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

atest/robot/parsing/translations.robot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Per file configuration bleeds to other files
6262
*** Keywords ***
6363
Validate Translations
6464
[Arguments] ${suite}=${SUITE}
65+
Should Be Equal ${suite.name} Custom name
6566
Should Be Equal ${suite.doc} Suite documentation.
6667
Should Be Equal ${suite.metadata}[Metadata] Value
6768
Should Be Equal ${suite.setup.name} Suite Setup

atest/testdata/parsing/translations/custom/custom.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ class Custom(Language):
1111
library_setting = 'L'
1212
resource_setting = 'R'
1313
variables_setting = 'V'
14+
name_setting = 'N'
1415
documentation_setting = 'D'
1516
metadata_setting = 'M'
1617
suite_setup_setting = 'S S'

atest/testdata/parsing/translations/custom/custom_per_file.robot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: custom
22
*** H S ***
3+
N Custom name
34
D Suite documentation.
45
M Metadata Value
56
S S Suite Setup

atest/testdata/parsing/translations/custom/tests.robot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
*** H S ***
2+
N Custom name
23
D Suite documentation.
34
M Metadata Value
45
S S Suite Setup

atest/testdata/parsing/translations/finnish/tests.robot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
*** Asetukset ***
2+
Nimi Custom name
23
Dokumentaatio Suite documentation.
34
Metatiedot Metadata Value
45
Setin Alustus Suite Setup

atest/testdata/parsing/translations/per_file_config/fi.robot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: fi
22

33
*** Asetukset ***
4+
Nimi Custom name
45
Dokumentaatio Suite documentation.
56
Metatiedot Metadata Value
67
Setin Alustus Suite Setup

0 commit comments

Comments
 (0)
0