-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix typo's: detaul->default tranlsation->translation transofrormer->transformer trasform->transform * Renamed import transform -> import transform as tidy_transform * Update utests approved files * Update atests --------- Co-authored-by: Tatu Aalto <[email protected]>
- Loading branch information
Showing
7 changed files
with
30 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
utest/approved_files/test_rfbrowser_translate.test_body_line.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
body | ||
|
||
0) | new_page | Keyword is missing translation | | ||
1) | this_is_long_keyword_which_is_42_chars_len | Keyword is missing translation | | ||
2) | close | Documentation update needed | | ||
3) | new_page | Keyword is missing translation | | ||
4) | click | Keyword not found from library | | ||
5) | click | Documentation update needed | | ||
0) | new_page | Keyword is missing translation | | ||
1) | this_is_long_keyword_which_is_42_chars_len | Keyword is missing translation | | ||
2) | close | Documentation update needed | | ||
3) | new_page | Keyword is missing translation | | ||
4) | click | Keyword not found from library | | ||
5) | click | Documentation update needed | |
10 changes: 5 additions & 5 deletions
10
utest/approved_files/test_rfbrowser_translate.test_full_long_kw_table.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
all with long kw name | ||
|
||
0) | Keyword name | Reason | | ||
1) | ------------------------------------------ | -------------------------------------- | | ||
2) | new_page | Keyword tranlsaton is missing checksum | | ||
3) | this_is_long_keyword_which_is_42_chars_len | Keyword is missing translation | | ||
4) | close | Documentation update needed | | ||
0) | Keyword name | Reason | | ||
1) | ------------------------------------------ | --------------------------------------- | | ||
2) | new_page | Keyword translation is missing checksum | | ||
3) | this_is_long_keyword_which_is_42_chars_len | Keyword is missing translation | | ||
4) | close | Documentation update needed | |
8 changes: 4 additions & 4 deletions
8
utest/approved_files/test_rfbrowser_translate.test_heading.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
header | ||
|
||
0) | Keyword name | Reason | | ||
1) | ------------------------------------------ | -------------------------------------- | | ||
2) | Keyword name | Reason | | ||
3) | ------------ | -------------------------------------- | | ||
0) | Keyword name | Reason | | ||
1) | ------------------------------------------ | --------------------------------------- | | ||
2) | Keyword name | Reason | | ||
3) | ------------ | --------------------------------------- | |